Skip to content

Commit 8cf3b60

Browse files
committed
Drop fail-fast in CI to run jobs even after another fails
1 parent f445a7e commit 8cf3b60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
container: debian:bullseye
1111
env:
1212
TOOLCHAIN: stable
13+
strategy:
14+
fail-fast: false
1315
steps:
1416
- name: Install native Rust toolchain, Valgrind, and build utilitis
1517
run: |
@@ -118,6 +120,8 @@ jobs:
118120
container: debian:bullseye
119121
env:
120122
TOOLCHAIN: stable
123+
strategy:
124+
fail-fast: false
121125
steps:
122126
- name: Install rust targets
123127
run: |
@@ -205,6 +209,7 @@ jobs:
205209
include:
206210
- platform: macos-10.15
207211
- platform: macos-11
212+
fail-fast: false
208213
runs-on: ${{ matrix.platform }}
209214
env:
210215
TOOLCHAIN: stable

0 commit comments

Comments
 (0)