Remove fail-fast

This commit is contained in:
Raphael Michel
2024-10-25 13:19:48 +02:00
parent 022cd8dff7
commit df3fc1bef1

View File

@@ -22,6 +22,7 @@ jobs:
runs-on: ubuntu-22.04
name: Tests
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
database: [sqlite, postgres]