Skip to content

Commit 58d6779

Browse files
fail fast everywhere
1 parent 5934cd2 commit 58d6779

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [macos-latest, windows-2019]
1515
node: [16.20.1, 18.x, 20.x, 22.x]
1616
fail-fast: false
17-
17+
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4
@@ -43,6 +43,7 @@ jobs:
4343
matrix:
4444
linux_arch: [s390x, arm64, amd64]
4545
node: [16.x, 18.x, 20.x, 22.x]
46+
fail-fast: false
4647
steps:
4748
- uses: actions/checkout@v4
4849

@@ -82,6 +83,8 @@ jobs:
8283
matrix:
8384
linux_arch: [arm64, amd64]
8485
node: [16.20.1, 18.x, 20.x, 22.x]
86+
fail-fast: false
87+
8588
steps:
8689
- uses: actions/checkout@v4
8790

0 commit comments

Comments
 (0)