Skip to content

Commit 332ddf4

Browse files
authored
Don't fail fast for now (AFLplusplus#2843)
1 parent 00c6970 commit 332ddf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
needs:
239239
- fuzzers-preflight
240240
strategy:
241-
fail-fast: true
241+
fail-fast: false
242242
matrix:
243243
os: [ ubuntu-24.04 ]
244244
fuzzer:

0 commit comments

Comments
 (0)