Skip to content

Commit a9ce03e

Browse files
Turn off fail fast
1 parent 2d4e6b2 commit a9ce03e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test:
1313
timeout-minutes: 30
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
node-version:
1718
# - 18.x (disabled)

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test:
1313
timeout-minutes: 30
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
api_version:
1718
- standard

0 commit comments

Comments
 (0)