Skip to content

Commit 4b8b455

Browse files
committed
CI: Set llvm-mingw jobs to not fail fast
1 parent d17a441 commit 4b8b455

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
@@ -252,6 +252,7 @@ jobs:
252252
test-llvm-mingw-cppwinrt:
253253
name: 'llvm-mingw: Build and test'
254254
strategy:
255+
fail-fast: false
255256
matrix:
256257
arch: [i686, x86_64]
257258
config: [Debug, Release]
@@ -337,6 +338,7 @@ jobs:
337338
name: 'cross: Test run on Windows'
338339
needs: build-linux-cross-cppwinrt
339340
strategy:
341+
fail-fast: false
340342
matrix:
341343
arch: [i686, x86_64]
342344
runs-on: windows-latest

0 commit comments

Comments
 (0)