Sfoglia il codice sorgente

Increase CI reruns

Zed 5 mesi fa
parent
commit
7d431781c3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

@@ -142,4 +142,4 @@ jobs:
         run: |
           ./nitter &
           cd tests
-          poetry run pytest -n3 --reruns=3 --rs .
+          poetry run pytest -n3 --reruns=5 --rs .