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

index 2ad48f7468a68ce24e9957afe2daa73ffae8550b..f306900cd4e2307e3cbbd13ee491b6b743a8116c 100644 (file)
@@ -6,6 +6,7 @@ jobs:
   run-tests:
 
     strategy:
+      fail-fast: false
       matrix:
         python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7']