Skip to content

Commit 6956706

Browse files
committed
integration test 3
1 parent 78386c6 commit 6956706

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 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:
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"]

0 commit comments

Comments
 (0)