Skip to content

Commit de1d2d8

Browse files
committed
ci: use fail-fast: false
1 parent 42878d0 commit de1d2d8

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)