From 3ab18fde6bbf65011c1d7076a52f426d2a847d2d Mon Sep 17 00:00:00 2001 From: Danyal Aytekin Date: Tue, 14 Nov 2023 08:48:27 +0000 Subject: [PATCH] Revert "Allow `fail-fast` now that tests are stabilising and linting is separated" This reverts commit bd5a09474bdcf2542eddf5209c63802768269163. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7701714..562c101 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: name: test on ${{ matrix.os }} with node ${{ matrix.node-version }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-20.04, windows-latest, macos-latest] node-version: [12, 14, 16, 18, 20]