Skip to content

Commit e13549e

Browse files
authored
CI Jobs fail-fast False (#908)
1 parent f4e09df commit e13549e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
linux-compat:
3131
runs-on: ubuntu-24.04 # latest
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
image:
3536
- manylinux2014-x64
@@ -56,6 +57,7 @@ jobs:
5657
linux-compiler-compat:
5758
runs-on: ubuntu-24.04 # latest
5859
strategy:
60+
fail-fast: false
5961
matrix:
6062
compiler:
6163
- clang-6
@@ -146,6 +148,7 @@ jobs:
146148
linux-musl-x64:
147149
runs-on: ubuntu-24.04 # latest
148150
strategy:
151+
fail-fast: false
149152
matrix:
150153
image:
151154
- alpine-3.16-x64
@@ -163,6 +166,7 @@ jobs:
163166
linux-musl-arm:
164167
runs-on: ubuntu-24.04
165168
strategy:
169+
fail-fast: false
166170
matrix:
167171
image:
168172
- alpine-3.16-armv7
@@ -183,6 +187,7 @@ jobs:
183187
raspberry:
184188
runs-on: ubuntu-24.04 # latest
185189
strategy:
190+
fail-fast: false
186191
matrix:
187192
image:
188193
- raspbian-bullseye
@@ -217,6 +222,7 @@ jobs:
217222
windows-vc17:
218223
runs-on: windows-2025 # latest
219224
strategy:
225+
fail-fast: false
220226
matrix:
221227
arch: [x86, x64]
222228
steps:

0 commit comments

Comments
 (0)