Skip to content

Commit ac1d924

Browse files
authored
CI: Disable fail-fast (#1116)
1 parent 451e615 commit ac1d924

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
linux:
3333
name: 'Linux'
3434
strategy:
35+
fail-fast: false
3536
matrix:
3637
ci:
3738
- cxx_compiler: g++
@@ -298,6 +299,7 @@ jobs:
298299
run:
299300
shell: msys2 {0}
300301
strategy:
302+
fail-fast: false
301303
matrix:
302304
build_type: ['Debug', 'Release']
303305

@@ -345,6 +347,7 @@ jobs:
345347
windows-msvc:
346348
name: 'Windows (Visual Studio)'
347349
strategy:
350+
fail-fast: false
348351
matrix:
349352
ci:
350353
- build_type: Debug
@@ -393,6 +396,7 @@ jobs:
393396
macos:
394397
name: 'macOS clang'
395398
strategy:
399+
fail-fast: false
396400
matrix:
397401
xcode: [11.7, 12.4, 13.2.1]
398402
cxxstd: [14]

0 commit comments

Comments
 (0)