Skip to content

Commit d1b432a

Browse files
tokatokamzfr
authored andcommitted
Revert "Don't fail fast for now" (AFLplusplus#2844)
* Revert "Don't fail fast for now (AFLplusplus#2843)" This reverts commit 332ddf4. * aa
1 parent 5d2df78 commit d1b432a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
needs:
239239
- fuzzers-preflight
240240
strategy:
241-
fail-fast: false
241+
fail-fast: true
242242
matrix:
243243
os: [ ubuntu-24.04 ]
244244
fuzzer:
@@ -290,7 +290,7 @@ jobs:
290290
- ./fuzzers/structure_aware/forkserver_simple_nautilus
291291

292292
# In-process
293-
- ./fuzzers/fuzz_anything/cargo_fuzz
293+
# - ./fuzzers/fuzz_anything/cargo_fuzz # Revive after they fix rustc
294294
# - ./fuzzers/inprocess/dynamic_analysis
295295
- ./fuzzers/inprocess/fuzzbench
296296
- ./fuzzers/inprocess/fuzzbench_text

0 commit comments

Comments
 (0)