Skip to content

Commit 21fe959

Browse files
authored
fix/ci-deep (#233)
* chore: update ci-deep to have default input values when running in cron * chore: update fuzzruns from 100k to 10k
1 parent 4031529 commit 21fe959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-deep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
fuzzRuns:
9-
default: "100000"
9+
default: "10000"
1010
description: "Unit: number of fuzz runs."
1111
required: false
1212

@@ -148,7 +148,7 @@ jobs:
148148
ETH_NODE_URI_POLYGON: ${{ secrets.ETH_NODE_URI_POLYGON }}
149149
ETH_NODE_URI_GOERLI: ${{ secrets.ETH_NODE_URI_GOERLI }}
150150
ETH_NODE_URI_FANTOM: ${{ secrets.ETH_NODE_URI_FANTOM }}
151-
FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns }}
151+
FOUNDRY_FUZZ_RUNS: ${{ github.event.inputs.fuzzRuns || '10000' }}
152152

153153
- name: "Add test summary"
154154
run: |

0 commit comments

Comments
 (0)