From 5ee5cf17ba952ad6bfb8a671c617aa1a2122cc6b Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 12 Aug 2025 15:18:54 -0400 Subject: [PATCH] chore(ci): do not "fail fast" on Node tests (#6053) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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]