Skip to content

Commit

Permalink
Revert "Don't fail fast for now" (AFLplusplus#2844)
Browse files Browse the repository at this point in the history
* Revert "Don't fail fast for now (AFLplusplus#2843)"

This reverts commit 332ddf4.

* aa
  • Loading branch information
tokatoka authored Jan 15, 2025
1 parent 332ddf4 commit dc39aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
needs:
- fuzzers-preflight
strategy:
fail-fast: false
fail-fast: true
matrix:
os: [ ubuntu-24.04 ]
fuzzer:
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- ./fuzzers/structure_aware/forkserver_simple_nautilus

# In-process
- ./fuzzers/fuzz_anything/cargo_fuzz
# - ./fuzzers/fuzz_anything/cargo_fuzz # Revive after they fix rustc
# - ./fuzzers/inprocess/dynamic_analysis
- ./fuzzers/inprocess/fuzzbench
- ./fuzzers/inprocess/fuzzbench_text
Expand Down

0 comments on commit dc39aad

Please sign in to comment.