From 75defc13a0d711138afe8ca025d8c190ddd66835 Mon Sep 17 00:00:00 2001 From: Moritz Raabe Date: Mon, 9 Nov 2020 13:22:23 +0100 Subject: [PATCH] disable fail-fast for tests job --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 986c41e0..8eeb069a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,6 +45,7 @@ jobs: runs-on: ubuntu-latest needs: [code_style, rule_linter] strategy: + fail-fast: false matrix: include: - python: 2.7