Skip to content

Commit ecd0450

Browse files
committed
temp: fail fast false
1 parent 5fbbf35 commit ecd0450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Run Python Tests and Coverage
1313
runs-on: ubuntu-latest
1414
strategy:
15-
fail-fast: true
15+
fail-fast: false
1616
matrix:
1717
python-version: ["3.12"]
1818
toxenv: [quality, docs, django42, django52]

0 commit comments

Comments
 (0)