File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
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:
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:
3343 # needs: ["check", "build"]
3444 # uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
3545 # secrets: inherit
3646 # with:
3747 # foundry-fuzz-runs: 2000
3848 # foundry-profile: "lite"
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"
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