Skip to content

Commit

Permalink
chore: updating ci for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 16, 2024
1 parent c2c5892 commit 121a430
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"

test-unit:
needs: ["lint", "build"]
uses: "sablier-labs/reusable-workflows/.github/workflows/forge-test.yml@main"
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test-optimized"
foundry-profile: "test"
match-path: "test/**/*.sol"
name: "Unit tests"

0 comments on commit 121a430

Please sign in to comment.