Skip to content

Commit e281613

Browse files
committed
Turn off fail fast so we run tests on all platforms
1 parent 29a60b8 commit e281613

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010

1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
os: [ubuntu-latest, windows-latest, macos-latest]
1415

0 commit comments

Comments
 (0)