Эх сурвалжийг харах

restart tests into submission

justheuristic 4 жил өмнө
parent
commit
77f0beab0e

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

@@ -33,7 +33,7 @@ jobs:
       - name: Test
         run: |
           cd tests
-          pytest --durations=0 --durations-min=1.0
+          while true; do pytest -vvv --durations=0 --durations-min=1.0; done
 
   build_and_test_p2pd:
     runs-on: ubuntu-latest