Skip to content

Commit 7ea7f71

Browse files
authored
GitHub Actions: Turn off fail-fast so we can see all failures (#303)
1 parent e4598e1 commit 7ea7f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
name: "Tests py${{ matrix.python-version }}/dj${{ matrix.django-version }}/${{ matrix.broker }}"
3232
strategy:
33+
fail-fast: false
3334
max-parallel: 6
3435
matrix:
3536
python-version: ["3.11", "3.12", "3.13", "3.14"]

0 commit comments

Comments
 (0)