From 9c3efd349317850b27c33b71246fab0957291bfb Mon Sep 17 00:00:00 2001 From: Momtchil Momtchev Date: Mon, 24 Jun 2024 20:32:50 +0200 Subject: [PATCH] always run all tests --- .github/workflows/test-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index cf7ddb866..d98da15e3 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -13,6 +13,7 @@ jobs: runs-on: ${{ matrix.platforms }} strategy: + fail-fast: false matrix: platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ] @@ -50,6 +51,7 @@ jobs: runs-on: ${{ matrix.platforms }} strategy: + fail-fast: false matrix: platforms: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, windows-2019, macos-12 ] node-version: [ 16.x, 18.x, 20.x, 22.x ]