From bef724f2da23131ea79c02e21b771e804d9bc751 Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Mon, 19 May 2025 14:05:38 +0200 Subject: [PATCH] GH: don't fail fast --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 9ab4e7f..42e2373 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,6 +8,7 @@ jobs: runs-on: ${{ matrix.os }} if: "!contains(github.event.head_commit.message, 'ci skip')" strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: ["3.11"] @@ -38,4 +39,3 @@ jobs: - name: Test with pytest shell: bash run: uv run poe test -