diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08b8ee6a..220485a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,6 @@ jobs: timeout-minutes: 330 run: | cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=100000000 -max_len=1024 -dict=fuzz/fuzz.dict - cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=50000000 -max_len=2048 -dict=fuzz/fuzz.dict cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=50000000 -max_len=4096 -dict=fuzz/fuzz.dict cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=20000000 -max_len=5000 -dict=fuzz/fuzz.dict - name: Upload any failure inputs