Prechádzať zdrojové kódy

Reduce integration test concurrency

Zed 1 rok pred
rodič
commit
6da152db07
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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