File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -39,23 +39,24 @@ jobs:
3939 # match-path: "tests/unit/**/*.sol"
4040 # name: "Unit tests"
4141
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 :
42+ test-integration :
5243 needs : ["check", "build"]
5344 uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
5445 secrets : inherit
5546 with :
47+ foundry-fuzz-runs : 2000
5648 foundry-profile : " lite"
57- match-path : " tests/invariant/**/*.sol"
58- name : " Invariant tests"
49+ match-path : " tests/integration/**/*.sol"
50+ name : " Integration tests"
51+
52+ # test-invariant:
53+ # needs: ["check", "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"
5960
6061 # test-fork:
6162 # needs: ["check", "build"]
You can’t perform that action at this time.
0 commit comments