Skip to content

Commit 6e0daaf

Browse files
committed
invariant test
1 parent 0d32bd3 commit 6e0daaf

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,19 @@ jobs:
3939
# match-path: "tests/unit/**/*.sol"
4040
# name: "Unit tests"
4141

42-
test-integration:
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:
4352
needs: ["check", "build"]
4453
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
4554
with:
46-
foundry-fuzz-runs: 2000
4755
foundry-profile: "lite"
48-
match-path: "tests/integration/**/*.sol"
49-
name: "Integration tests"
56+
match-path: "tests/invariant/**/*.sol"
57+
name: "Invariant tests"

0 commit comments

Comments
 (0)