Skip to content

Commit 78386c6

Browse files
committed
test unit 4
1 parent 06685d2 commit 78386c6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/bb-ci-utils.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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"]

0 commit comments

Comments
 (0)