chore(ci): do not "fail fast" on Node tests (#6053)
This commit is contained in:
parent
f34012034c
commit
5ee5cf17ba
|
@ -59,6 +59,7 @@ jobs:
|
|||
checks: write
|
||||
pull-requests: write
|
||||
strategy:
|
||||
fail-fast: false # So we can see all test failures
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: [20.x, 22.x, 24.x]
|
||||
|
|
Loading…
Reference in New Issue