Selaa lähdekoodia

Reduce integration test concurrency

Zed 1 vuosi sitten
vanhempi
commit
6da152db07
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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