rust-fuzz / cargo-fuzz

Command line helpers for fuzzing
https://rust-fuzz.github.io/book/cargo-fuzz.html
Apache License 2.0
1.48k stars 108 forks source link

Feature request: cancel unstarted jobs on crash #366

Open Pr0methean opened 4 months ago

Pr0methean commented 4 months ago

I run fuzz tests in https://github.com/Pr0methean/zip-next/actions/workflows/ci.yaml. Because they can take several hours, it would be handy if I could pass in an option to stop starting new jobs in the event of a crash.