浏览代码

Reduce integration test concurrency

Zed 1 年之前
父节点
当前提交
6da152db07
共有 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 -n3 tests
+          pytest -n2 tests