From b176092c1c7fe94c6dd1de52dde62008743c95c4 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 19 Oct 2023 18:46:55 -0400 Subject: [PATCH] Fail fast is dumb --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef79f2ad..8ab2f6dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ jobs: linux: runs-on: ${{ matrix.PYTHON.OS || 'ubuntu-22.04' }} strategy: + fail-fast: false matrix: PYTHON: # Base builds