Skip to content

Commit

Permalink
ci: add fork tests to ci with 20 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Mar 7, 2024
1 parent af2e233 commit e4ce631
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,17 @@ jobs:
match-path: "test/utils/**/*.sol"
name: "Utils tests"

test-fork:
needs: ["lint", "build"]
secrets:
RPC_URL_MAINNET: ${{ secrets.RPC_URL_MAINNET }}
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-test.yml@main"
with:
foundry-fuzz-runs: 20
foundry-profile: "test-optimized"
match-path: "test/fork/**/*.sol"
name: "Fork tests"

coverage:
needs: ["lint", "build"]
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-coverage.yml@main"
Expand Down

0 comments on commit e4ce631

Please sign in to comment.