Skip to content

Commit 74c97db

Browse files
committed
fork test
1 parent 6e0daaf commit 74c97db

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,21 @@ jobs:
4848
# match-path: "tests/integration/**/*.sol"
4949
# name: "Integration tests"
5050

51-
test-invariant:
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:
5260
needs: ["check", "build"]
61+
secrets:
62+
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
5363
uses: "itsshantanu/gha-utils/.github/workflows/bb-forge-test.yml@demo/bb-ci"
5464
with:
55-
foundry-profile: "lite"
56-
match-path: "tests/invariant/**/*.sol"
57-
name: "Invariant tests"
65+
foundry-fuzz-runs: 20
66+
foundry-profile: "test-optimized"
67+
match-path: "tests/fork/**/*.sol"
68+
name: "Fork tests"

0 commit comments

Comments
 (0)