Skip to content

Commit 5afcf38

Browse files
committed
Don't fail fast in CI
It's useful to see why each build failed and fixing them all in one go, rather than fixing the problems one by one.
1 parent e051ab2 commit 5afcf38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: Test
1414
runs-on: ${{ matrix.os }}
1515
strategy:
16+
fail-fast: false
1617
matrix:
1718
build: [stable, beta, nightly, macos, windows]
1819
include:
@@ -55,6 +56,7 @@ jobs:
5556
name: Check
5657
runs-on: ubuntu-latest
5758
strategy:
59+
fail-fast: false
5860
matrix:
5961
# TODO: add the following targets, currently broken.
6062
# "x86_64-fuchsia"

0 commit comments

Comments
 (0)