Skip to content

Commit

Permalink
ci: remove FOUNDRY_FUZZ_RUNS
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Jun 30, 2023
1 parent f859815 commit bbad34a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ jobs:
test-fork:
needs: ["lint", "build"]
env:
FOUNDRY_FUZZ_RUNS: "100"
runs-on: "ubuntu-latest"
steps:
- name: "Check out the repo"
Expand Down Expand Up @@ -156,7 +154,7 @@ jobs:
run: |
echo "## Fork tests result" >> $GITHUB_STEP_SUMMARY
echo "✅ Passed" >> $GITHUB_STEP_SUMMARY
coverage:
needs: ["lint", "build"]
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit bbad34a

Please sign in to comment.