File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 4040 - name : Run Slither
4141 run : |
4242 slither --fail-high --skip-clean .
43+ env :
44+ FOUNDRY_PROFILE : test
Original file line number Diff line number Diff line change 77 pull_request :
88
99jobs :
10- forge-tests :
11- name : Forge Tests
10+ forge-fork- tests :
11+ name : Forge Fork Tests
1212 runs-on : ubuntu-latest
1313
1414 steps :
@@ -23,11 +23,14 @@ jobs:
2323
2424 - name : Build
2525 run : forge build
26+ env :
27+ FOUNDRY_PROFILE : test
2628
2729 - name : Run tests
2830 run : forge test --isolate -vvv
2931 env :
3032 FORGE_SNAPSHOT_CHECK : false
3133 USE_FORK_VAULTS : true
3234 MAINNET_RPC_URL : ${{ secrets.MAINNET_RPC_URL }}
35+ GNOSIS_RPC_URL : ${{ secrets.GNOSIS_RPC_URL }}
3336 FOUNDRY_PROFILE : test
Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ jobs:
2323
2424 - name : Build
2525 run : forge build
26+ env :
27+ FOUNDRY_PROFILE : test
2628
2729 - name : Run tests
2830 run : forge test --isolate -vvv
2931 env :
3032 FORGE_SNAPSHOT_CHECK : true
3133 USE_FORK_VAULTS : false
3234 MAINNET_RPC_URL : ${{ secrets.MAINNET_RPC_URL }}
33- FOUNDRY_PROFILE : test
35+ GNOSIS_RPC_URL : ${{ secrets.GNOSIS_RPC_URL }}
36+ FOUNDRY_PROFILE : test
You can’t perform that action at this time.
0 commit comments