Skip to content

Commit 766ede3

Browse files
authored
Add environment variable for Forge tests
1 parent 6dff757 commit 766ede3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
run: forge build --sizes
3636

3737
- name: Run Forge tests
38+
env:
39+
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
3840
run: forge test -vvv

0 commit comments

Comments
 (0)