Skip to content

Commit 06685d2

Browse files
committed
integration test 2
1 parent 26f59f9 commit 06685d2

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

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

0 commit comments

Comments
 (0)