From: Oleg Broytman Date: Mon, 30 Aug 2021 07:11:43 +0000 (+0300) Subject: CI(GHActions): fail no so fast X-Git-Tag: 0.1.6~7 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=fdd6cc53446717d894f3e1122585a0efc8716e20;p=m_librarian.git CI(GHActions): fail no so fast --- diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 5d1dabd..c1d896d 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -6,6 +6,7 @@ jobs: run-tests: strategy: + fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]