Skip to content

Commit

Permalink
Skip simulate tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuilding committed Nov 8, 2024
1 parent 2ac5714 commit eace8ca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,10 @@ env:
jobs:
build:
uses: "./.github/workflows/forge-build.yaml"
# uses: "rhinestonewtf/reusable-workflows/.github/workflows/forge-build.yaml@main"

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

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

0 comments on commit eace8ca

Please sign in to comment.