We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462cfcd commit ff1d7e9Copy full SHA for ff1d7e9
.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.11"
0 commit comments