Kaynağa Gözat

unfork mpfuture?

justheuristic 4 yıl önce
ebeveyn
işleme
e2e9bad429
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .github/workflows/run-tests.yml

+ 2 - 0
.github/workflows/run-tests.yml

@@ -9,7 +9,9 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
+        attempt: [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 ]
         python-version: [ 3.7, 3.8, 3.9 ]
+      fail-fast: false
     timeout-minutes: 10
     steps:
       - uses: actions/checkout@v2