]> git.phdru.name Git - m_librarian.git/commitdiff
CI(GHActions): fail no so fast
authorOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 07:11:43 +0000 (10:11 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 30 Aug 2021 07:11:43 +0000 (10:11 +0300)
.github/workflows/run-tests.yaml

index 5d1dabdb4ca3330dde66a5eae9c3ba413a56fec7..c1d896de2b63574a171abaa1c1244b4b731bebce 100644 (file)
@@ -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]