Skip to content

Commit 2254af9

Browse files
authored
Set allow_failure to false for several jobs
1 parent 7ae9647 commit 2254af9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ jobs:
8888

8989
- name: py314-djmain-postgres-xdist-coverage
9090
python: '3.14'
91-
allow_failure: true
91+
allow_failure: false
9292

9393
- name: py314t-djmain-postgres-xdist-coverage
9494
python: '3.14t'
95-
allow_failure: true
95+
allow_failure: false
9696

9797
- name: py314-dj60-postgres-xdist-coverage
9898
python: '3.14'
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: py313-djmain-sqlite-coverage
142142
python: '3.13'
143-
allow_failure: true
143+
allow_failure: false
144144

145145
- name: py313-dj60-sqlite-coverage
146146
python: '3.13'

0 commit comments

Comments
 (0)