فهرست منبع

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