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/