GH: don't fail fast

This commit is contained in:
Michael Panchenko
2025-05-19 14:05:38 +02:00
parent 132a139070
commit bef724f2da
+1 -1
View File
@@ -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