File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -49,21 +49,21 @@ jobs:
4949 # match-path: "tests/integration/**/*.sol"
5050 # name: "Integration tests"
5151
52- test-invariant :
53- needs : ["build"]
54- uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
55- secrets : inherit
56- with :
57- foundry-profile : " lite"
58- match-path : " tests/invariant/**/*.sol"
59- name : " Invariant tests"
60-
61- # test-fork:
62- # needs: ["check", "build"]
52+ # test-invariant:
53+ # needs: ["build"]
6354 # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
6455 # secrets: inherit
6556 # with:
66- # foundry-fuzz-runs: 20
6757 # foundry-profile: "lite"
68- # match-path: "tests/fork/**/*.sol"
69- # name: "Fork tests"
58+ # match-path: "tests/invariant/**/*.sol"
59+ # name: "Invariant tests"
60+
61+ test-fork :
62+ needs : ["build"]
63+ uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
64+ secrets : inherit
65+ with :
66+ foundry-fuzz-runs : 20
67+ foundry-profile : " test-optimized"
68+ match-path : " tests/fork/**/*.sol"
69+ name : " Fork tests"
You can’t perform that action at this time.
0 commit comments