GHA: disable fail-fast

This commit is contained in:
Christoph Reiter
2022-02-22 20:16:42 +01:00
parent 6825c6a05a
commit 029854e121

View File

@@ -6,6 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
steps: