We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dbaa9 commit 2ffaa24Copy full SHA for 2ffaa24
.github/workflows/test.yml
@@ -30,6 +30,7 @@ jobs:
30
runs-on: ubuntu-latest
31
name: "Tests py${{ matrix.python-version }}/dj${{ matrix.django-version }}/${{ matrix.broker }}"
32
strategy:
33
+ fail-fast: false
34
max-parallel: 6
35
matrix:
36
python-version: ["3.11", "3.12", "3.13"]
0 commit comments