ソースを参照

Reduce integration test concurrency even more

Zed 1 年間 前
コミット
9ccfd8ee99
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/run-tests.yml

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

@@ -105,4 +105,4 @@ jobs:
       - name: Run Tests
         run: |
           ./nitter &
-          pytest -n2 tests
+          pytest -n1 tests