Skip to content

Commit 76acb6f

Browse files
authored
Merge pull request #96 from MilkeeyCat/foo
ci: use `fail-fast: false`
2 parents 27b3f2d + de1d2d8 commit 76acb6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
build-cmake:
77
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-20.04]
1112
include:
@@ -108,6 +109,7 @@ jobs:
108109
build-bam:
109110
runs-on: ${{ matrix.os }}
110111
strategy:
112+
fail-fast: false
111113
matrix:
112114
os: [ubuntu-latest, macOS-latest, windows-latest]
113115

0 commit comments

Comments
 (0)