chore(ci): do not "fail fast" on Node tests (#6053)

This commit is contained in:
Seth Vargo 2025-08-12 15:18:54 -04:00 committed by GitHub
parent f34012034c
commit 5ee5cf17ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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]