Skip to content

Commit 20acdd6

Browse files
committed
Disable fail-fast on GitHub CI
1 parent d51ce28 commit 20acdd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
name: Test
6868
runs-on: ${{ matrix.os }}
6969
strategy:
70+
fail-fast: false
7071
matrix:
7172
thing:
7273
- stable
@@ -288,6 +289,7 @@ jobs:
288289
name: Cross build from macOS to Linux
289290
runs-on: macos-latest
290291
strategy:
292+
fail-fast: false
291293
matrix:
292294
include:
293295
- target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)