fuzz_read_no_features can still use 1 billion iterations
This commit is contained in:
parent
f2c1f83ffe
commit
1bb1f8037c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
timeout-minutes: 330
|
timeout-minutes: 330
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=100000000 -max_len=16384 -len_control=10000 -dict=fuzz/fuzz.dict
|
cargo fuzz run --no-default-features fuzz_read -- fuzz/corpus/seed -timeout=10s -fork=2 -runs=1000000000 -max_len=16384 -len_control=10000 -dict=fuzz/fuzz.dict
|
||||||
- name: Upload any failure inputs
|
- name: Upload any failure inputs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue