Skip to content

Commit

Permalink
Test multi-account & simulate in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Jul 2, 2024
1 parent abbde40 commit 6f8345b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@ jobs:
build:
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@702a00c1cc825d064acdf79f9da56250081727aa"

test:
test-multi-account:
needs: ["build"]
uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-test.yaml@main"
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@main"

with:
foundry-fuzz-runs: 5000
foundry-profile: "test"
Expand Down

0 comments on commit 6f8345b

Please sign in to comment.