Skip to content

Commit

Permalink
test-nexus-account
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Oct 18, 2024
1 parent 6172d32 commit e432b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ env:

jobs:
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@15f6d25eb382057ce7c513de7f38f4b6bca49f1d"
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"

test-multi-account:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-multi-account.yaml@15f6d25eb382057ce7c513de7f38f4b6bca49f1d"
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-multi-account.yaml@main"
with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
match-path: "test/**/*.sol"

test-simulate:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-simulate.yaml@15f6d25eb382057ce7c513de7f38f4b6bca49f1d"
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test-simulate.yaml@main"

with:
foundry-fuzz-runs: 5000
Expand Down

0 comments on commit e432b72

Please sign in to comment.