Fail-fast false

This commit is contained in:
Raphael Michel
2024-10-25 13:25:47 +02:00
parent c7bcce0100
commit e1c9a176d9

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]