Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xnorpx committed Nov 10, 2024
1 parent 513810f commit a539c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
- name: Run Cargo Fuzz
run: |
cargo fuzz list | while read target; do
cargo fuzz run "$target" --jobs 4 -- -max_total_time=$FUZZ_TIMEOUT --stop-after-first-failure -max_len=200000
cargo fuzz run "$target" --jobs $(nproc) -- -max_total_time=$FUZZ_TIMEOUT --stop-after-first-failure -max_len=200000
done

0 comments on commit a539c99

Please sign in to comment.