ソースを参照

Increase CI reruns

Zed 5 ヶ月 前
コミット
7d431781c3
1 ファイル変更1 行追加1 行削除
  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 .