Skip to content

Commit

Permalink
chore: update fuzzruns from 100k to 10k (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Pablo Veyrat <[email protected]>
  • Loading branch information
0xtekgrinder and sogipec authored Dec 11, 2023
1 parent de24501 commit a0b2e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
inputs:
fuzzRuns:
default: "100000"
default: "10000"
description: "Unit: number of fuzz runs."
required: false
invariantRuns:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
- name: Run Foundry tests
run: yarn test:fuzz
env:
FOUNDRY_FUZZ_RUNS: ${{ inputs.fuzzRuns || '100000' }}
FOUNDRY_FUZZ_RUNS: ${{ inputs.fuzzRuns || '10000' }}
ETH_NODE_URI_POLYGON: ${{ secrets.ETH_NODE_URI_POLYGON }}
ETH_NODE_URI_ARBITRUM: ${{ secrets.ETH_NODE_URI_ARBITRUM }}
ETH_NODE_URI_OPTIMISM: ${{ secrets.ETH_NODE_URI_OPTIMISM }}
Expand Down

0 comments on commit a0b2e97

Please sign in to comment.