Skip to content

Commit 3f1ad8f

Browse files
committed
ci: fail-fast: true
1 parent 3457c7b commit 3f1ad8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
cache: # Warm cache factory for all other CI jobs
2828
name: Check and Build
2929
strategy:
30-
fail-fast: false
30+
fail-fast: true
3131
matrix:
3232
include:
3333
- os: windows-latest
@@ -184,7 +184,7 @@ jobs:
184184
test:
185185
name: Test
186186
strategy:
187-
fail-fast: false
187+
fail-fast: true
188188
matrix:
189189
include:
190190
- os: windows-latest

0 commit comments

Comments
 (0)