diff options
| author | Seth Vargo <[email protected]> | 2025-08-12 15:18:54 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-12 19:18:54 +0000 |
| commit | 5ee5cf17ba952ad6bfb8a671c617aa1a2122cc6b (patch) | |
| tree | 285f3d1dd2744334c3b722a23c132e37bf74d375 | |
| parent | f34012034ce5ae86c3b7fd7c902efdefed1062c4 (diff) | |
chore(ci): do not "fail fast" on Node tests (#6053)
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d34f39a3..5569b2f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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] |
