Skip to content

Commit

Permalink
ci(fuzz): Revert parallel fuzzing (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c authored Aug 15, 2024
1 parent ef34bb6 commit 383d8c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
run: |
cargo fuzz run libfuzzer-decode -- \
-max_len=4096 \
-jobs=4 \
-workers=4 \
-reload=0 \
-timeout=5 \
-max_total_time=1200
Expand All @@ -70,8 +68,6 @@ jobs:
run: |
cargo fuzz cmin libfuzzer-decode -- \
-max_len=8192 \
-jobs=4 \
-workers=4 \
-timeout=5 \
-max_total_time=600
- name: Upload artifact
Expand Down

0 comments on commit 383d8c7

Please sign in to comment.