File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed
Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,21 @@ jobs:
4848 # match-path: "tests/integration/**/*.sol"
4949 # name: "Integration tests"
5050
51- test-invariant :
51+ # test-invariant:
52+ # needs: ["check", "build"]
53+ # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
54+ # with:
55+ # foundry-profile: "lite"
56+ # match-path: "tests/invariant/**/*.sol"
57+ # name: "Invariant tests"
58+
59+ test-fork :
5260 needs : ["check", "build"]
61+ secrets :
62+ MAINNET_RPC_URL : ${{ secrets.MAINNET_RPC_URL }}
5363 uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
5464 with :
55- foundry-profile : " lite"
56- match-path : " tests/invariant/**/*.sol"
57- name : " Invariant tests"
65+ foundry-fuzz-runs : 20
66+ foundry-profile : " test-optimized"
67+ match-path : " tests/fork/**/*.sol"
68+ name : " Fork tests"
You can’t perform that action at this time.
0 commit comments