Skip to content

Commit e3ef125

Browse files
authored
ci: disable fail-fast in matrix (#106)
1 parent 3554bcf commit e3ef125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
test:
2828
name: Test
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
os: [ubuntu-latest]
3233
node: [23.x, 22.x, 20.x, 18.x, "18.18.0"]

0 commit comments

Comments
 (0)