Skip to content

Commit 74dd8a0

Browse files
committed
Disable fail fast for ci
1 parent ce4bc04 commit 74dd8a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
test:
77
name: Test Node v${{ matrix.node }}
88
strategy:
9+
fail-fast: false
910
matrix:
1011
node: ['12', '14', '16', '17', '18']
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)