Explorar o código

disable fail-fast

justheuristic %!s(int64=3) %!d(string=hai) anos
pai
achega
b234b861f8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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