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

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]