File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,19 @@ jobs:
3939 # match-path: "tests/unit/**/*.sol"
4040 # name: "Unit tests"
4141
42- test-integration :
42+ # test-integration:
43+ # needs: ["check", "build"]
44+ # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
45+ # with:
46+ # foundry-fuzz-runs: 2000
47+ # foundry-profile: "lite"
48+ # match-path: "tests/integration/**/*.sol"
49+ # name: "Integration tests"
50+
51+ test-invariant :
4352 needs : ["check", "build"]
4453 uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
4554 with :
46- foundry-fuzz-runs : 2000
4755 foundry-profile : " lite"
48- match-path : " tests/integration /**/*.sol"
49- name : " Integration tests"
56+ match-path : " tests/invariant /**/*.sol"
57+ name : " Invariant tests"
You can’t perform that action at this time.
0 commit comments