We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4031529 commit 21fe959Copy full SHA for 21fe959
1 file changed
.github/workflows/ci-deep.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
inputs:
8
fuzzRuns:
9
- default: "100000"
+ default: "10000"
10
description: "Unit: number of fuzz runs."
11
required: false
12
@@ -148,7 +148,7 @@ jobs:
148
ETH_NODE_URI_POLYGON: ${{ secrets.ETH_NODE_URI_POLYGON }}
149
ETH_NODE_URI_GOERLI: ${{ secrets.ETH_NODE_URI_GOERLI }}
150
ETH_NODE_URI_FANTOM: ${{ secrets.ETH_NODE_URI_FANTOM }}
151
- FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns }}
+ FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns || '10000' }}
152
153
- name: "Add test summary"
154
run: |
0 commit comments