Skip to content

Commit 35fe0e7

Browse files
ci: add fail-fast to make sure all jobs are cerated
1 parent cc3bffa commit 35fe0e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-22.04
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
1718
django-version: ['4.2', '5.1', '5.2']

0 commit comments

Comments
 (0)