Skip to content

Commit 26f59f9

Browse files
committed
invariant test 2
1 parent 272007d commit 26f59f9

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
@@ -48,20 +48,21 @@ jobs:
4848
# match-path: "tests/integration/**/*.sol"
4949
# name: "Integration tests"
5050

51-
# test-invariant:
52-
# needs: ["check", "build"]
53-
# uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
54-
# with:
55-
# foundry-profile: "lite"
56-
# match-path: "tests/invariant/**/*.sol"
57-
# name: "Invariant tests"
58-
59-
test-fork:
51+
test-invariant:
6052
needs: ["check", "build"]
6153
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
6254
secrets: inherit
6355
with:
64-
foundry-fuzz-runs: 20
6556
foundry-profile: "lite"
66-
match-path: "tests/fork/**/*.sol"
67-
name: "Fork tests"
57+
match-path: "tests/invariant/**/*.sol"
58+
name: "Invariant tests"
59+
60+
# test-fork:
61+
# needs: ["check", "build"]
62+
# uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
63+
# secrets: inherit
64+
# with:
65+
# foundry-fuzz-runs: 20
66+
# foundry-profile: "lite"
67+
# match-path: "tests/fork/**/*.sol"
68+
# name: "Fork tests"

0 commit comments

Comments
 (0)