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 @@ -29,25 +29,25 @@ jobs:
2929 # match-path: "tests/utils/**/*.sol"
3030 # name: "Utils tests"
3131
32- test-unit :
33- needs : ["check", "build"]
34- uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
35- secrets : inherit
36- with :
37- foundry-fuzz-runs : 2000
38- foundry-profile : " test-optimized"
39- match-path : " tests/unit/**/*.sol"
40- name : " Unit tests"
41-
42- # test-integration:
32+ # test-unit:
4333 # needs: ["check", "build"]
4434 # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
4535 # secrets: inherit
4636 # with:
4737 # foundry-fuzz-runs: 2000
48- # foundry-profile: "lite"
49- # match-path: "tests/integration/**/*.sol"
50- # name: "Integration tests"
38+ # foundry-profile: "test-optimized"
39+ # match-path: "tests/unit/**/*.sol"
40+ # name: "Unit tests"
41+
42+ test-integration :
43+ needs : ["check", "build"]
44+ uses : " itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
45+ secrets : inherit
46+ with :
47+ foundry-fuzz-runs : 2000
48+ foundry-profile : " lite"
49+ match-path : " tests/integration/**/*.sol"
50+ name : " Integration tests"
5151
5252 # test-invariant:
5353 # needs: ["check", "build"]
You can’t perform that action at this time.
0 commit comments