Skip to content

Commit 1924dbd

Browse files
committed
Disable fail fast
1 parent cabf7d2 commit 1924dbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ jobs:
55
docs:
66
name: ${{ matrix.compose_app }}
77
strategy:
8+
fail-fast: false
89
matrix:
910
compose_app:
1011
- flake8
@@ -20,6 +21,7 @@ jobs:
2021
sqlite:
2122
name: sqlite
2223
strategy:
24+
fail-fast: false
2325
matrix:
2426
python_version:
2527
- 3.6
@@ -39,6 +41,7 @@ jobs:
3941
sqlite-gis:
4042
name: sqlite-gis
4143
strategy:
44+
fail-fast: false
4245
matrix:
4346
python_version:
4447
- 3.6
@@ -58,6 +61,7 @@ jobs:
5861
postgres:
5962
name: postgres
6063
strategy:
64+
fail-fast: false
6165
matrix:
6266
python_version:
6367
- 3.6
@@ -84,6 +88,7 @@ jobs:
8488
postgres-gis:
8589
name: postgres-gis
8690
strategy:
91+
fail-fast: false
8792
matrix:
8893
python_version:
8994
- 3.6
@@ -115,6 +120,7 @@ jobs:
115120
mysql:
116121
name: mysql
117122
strategy:
123+
fail-fast: false
118124
matrix:
119125
python_version:
120126
- 3.6
@@ -140,6 +146,7 @@ jobs:
140146
mysql-gis:
141147
name: mysql-gis
142148
strategy:
149+
fail-fast: false
143150
matrix:
144151
python_version:
145152
- 3.6
@@ -165,6 +172,7 @@ jobs:
165172
mariadb:
166173
name: mariadb
167174
strategy:
175+
fail-fast: false
168176
matrix:
169177
python_version:
170178
- 3.6

0 commit comments

Comments
 (0)