From 22ea75195d328582275b8c2abdd872339684a8fa Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 9 Jan 2024 09:37:55 -0500 Subject: [PATCH] Set fail-fast to false for debug --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86b64d0b..5881883f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,6 +42,7 @@ jobs: name: tests runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]