Skip to content

Commit

Permalink
Increase CI fuzz runs 10x
Browse files Browse the repository at this point in the history
  • Loading branch information
kphed committed Nov 2, 2023
1 parent 7e84895 commit ea0b2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
FOUNDRY_PROFILE: default
RPC_URL: ${{ secrets.BASE_RPC_URL }}
run: |
forge test -vvv --fuzz-runs 1000 --rpc-url "$RPC_URL"
forge test -vvv --fuzz-runs 10000 --rpc-url "$RPC_URL"
id: test

0 comments on commit ea0b2bd

Please sign in to comment.