We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad342ae commit bfe407eCopy full SHA for bfe407e
1 file changed
.github/workflows/unit-tests.yml
@@ -20,6 +20,7 @@ jobs:
20
name: ${{ matrix.shard_name }}(py=${{ matrix.python-version }},dj=${{ matrix.django-version }},mongo=${{ matrix.mongo-version }})
21
runs-on: ${{ matrix.os-version }}
22
strategy:
23
+ fail-fast: false
24
matrix:
25
python-version:
26
- "3.12"
0 commit comments