From 1924dbd7bd0cac31c98815ed9bc77c565e57b577 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Thu, 19 Sep 2019 23:26:41 +0100 Subject: [PATCH] Disable fail fast --- .github/workflows/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d5be87..99dbb05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ jobs: docs: name: ${{ matrix.compose_app }} strategy: + fail-fast: false matrix: compose_app: - flake8 @@ -20,6 +21,7 @@ jobs: sqlite: name: sqlite strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -39,6 +41,7 @@ jobs: sqlite-gis: name: sqlite-gis strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -58,6 +61,7 @@ jobs: postgres: name: postgres strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -84,6 +88,7 @@ jobs: postgres-gis: name: postgres-gis strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -115,6 +120,7 @@ jobs: mysql: name: mysql strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -140,6 +146,7 @@ jobs: mysql-gis: name: mysql-gis strategy: + fail-fast: false matrix: python_version: - 3.6 @@ -165,6 +172,7 @@ jobs: mariadb: name: mariadb strategy: + fail-fast: false matrix: python_version: - 3.6