Skip to content

Commit 0caa1bf

Browse files
committed
ci: set fail-fast to false on matrices
1 parent 872679b commit 0caa1bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
shell: pwsh
2828

2929
strategy:
30+
fail-fast: false
3031
matrix:
3132

3233
lua-version:
@@ -162,6 +163,7 @@ jobs:
162163
shell: pwsh
163164

164165
strategy:
166+
fail-fast: false
165167
matrix:
166168

167169
lua-version:
@@ -282,6 +284,7 @@ jobs:
282284
shell: pwsh
283285

284286
strategy:
287+
fail-fast: false
285288
matrix:
286289

287290
lua-version:
@@ -401,6 +404,7 @@ jobs:
401404
shell: msys2 {0}
402405

403406
strategy:
407+
fail-fast: false
404408
matrix:
405409

406410
MSYS2_CONFIG:

0 commit comments

Comments
 (0)