From deb605d36081c98f5489eedce2fca3706049ebf7 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Sat, 1 Mar 2025 21:53:14 +0100 Subject: [PATCH] CI: Don't make test matrix fail fast --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41054ca..e2496d0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: os: ["ubuntu-20.04"] python-version: [