Skip to content

Commit 7a0d9d9

Browse files
authored
CI Jobs fail-fast False (#767)
1 parent 3d3af2e commit 7a0d9d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
linux-compat-use-openssl:
2929
runs-on: ubuntu-24.04 # latest
3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
image:
3334
- fedora-34-x64
@@ -76,6 +77,7 @@ jobs:
7677
linux-compiler-compat:
7778
runs-on: ubuntu-24.04 # latest
7879
strategy:
80+
fail-fast: false
7981
matrix:
8082
compiler:
8183
- clang-6
@@ -130,6 +132,7 @@ jobs:
130132
std-compat:
131133
runs-on: ubuntu-24.04 # latest
132134
strategy:
135+
fail-fast: false
133136
matrix:
134137
compiler: [gcc-8, clang-9]
135138
cxx-std: ["11", "14", "17", "20"]
@@ -160,6 +163,7 @@ jobs:
160163
linux-shared-libs:
161164
runs-on: ubuntu-24.04 # latest
162165
strategy:
166+
fail-fast: false
163167
matrix:
164168
compiler: [gcc-4.8, gcc-11] # oldest, latest
165169
steps:
@@ -239,6 +243,7 @@ jobs:
239243
windows-vc17:
240244
runs-on: windows-2025 # latest
241245
strategy:
246+
fail-fast: false
242247
matrix:
243248
arch: [x86, x64]
244249
steps:
@@ -339,6 +344,7 @@ jobs:
339344
name: Cross Compile ${{matrix.arch}}
340345
runs-on: ubuntu-24.04 # latest
341346
strategy:
347+
fail-fast: false
342348
matrix:
343349
arch: [linux-armv6, linux-armv7, linux-arm64, android-armv7]
344350

@@ -389,6 +395,7 @@ jobs:
389395
clang-sanitizers:
390396
runs-on: ubuntu-24.04 # latest
391397
strategy:
398+
fail-fast: false
392399
matrix:
393400
sanitizers: ["thread", "address,undefined"]
394401
steps:

0 commit comments

Comments
 (0)