Parcourir la source

disable fail-fast

justheuristic il y a 3 ans
Parent
commit
b234b861f8
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/run-tests.yaml

+ 1 - 0
.github/workflows/run-tests.yaml

@@ -42,6 +42,7 @@ jobs:
     strategy:
       matrix:
         python-version: [ 3.7, 3.8, 3.9 ]
+      fail-fast: false
     timeout-minutes: 15
     steps:
       - uses: actions/checkout@v2