Skip to content

Commit 2ffaa24

Browse files
authored
GitHub Actions: Turn off fail-fast so we can see all failures
Some GitHub Actions tests are [currently failing](https://github.com/django-commons/django-tasks-scheduler/actions/runs/18165099756/job/51705194342?pr=301), so let's examine all errors. `build: strategy: fail-fast: false` * https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstrategyfail-fast
1 parent 11dbaa9 commit 2ffaa24

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"]

0 commit comments

Comments
 (0)