Skip to content

Commit 80bc5f0

Browse files
committed
fork test
1 parent 37d3b0b commit 80bc5f0

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

52-
test-invariant:
53-
needs: ["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"
60-
61-
# test-fork:
62-
# needs: ["check", "build"]
52+
# test-invariant:
53+
# needs: ["build"]
6354
# uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
6455
# secrets: inherit
6556
# with:
66-
# foundry-fuzz-runs: 20
6757
# foundry-profile: "lite"
68-
# match-path: "tests/fork/**/*.sol"
69-
# name: "Fork tests"
58+
# match-path: "tests/invariant/**/*.sol"
59+
# name: "Invariant tests"
60+
61+
test-fork:
62+
needs: ["build"]
63+
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
64+
secrets: inherit
65+
with:
66+
foundry-fuzz-runs: 20
67+
foundry-profile: "test-optimized"
68+
match-path: "tests/fork/**/*.sol"
69+
name: "Fork tests"

0 commit comments

Comments
 (0)