From 7f4a527b03d9a66e5a0dce724e0c3a7fdfade97d Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 6 Jan 2026 02:01:27 +0100 Subject: [PATCH] don't fail-fast --- .github/workflows/auto-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 63011d8bb..9063c2e16 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -22,6 +22,7 @@ jobs: contents: read strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-22.04, windows-latest, ubuntu-22.04-arm] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ @@ -65,6 +66,7 @@ jobs: permissions: contents: read strategy: + fail-fast: false matrix: node: [ 20, 22 ] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/