Explorar o código

Reduce integration test concurrency

Zed hai 1 ano
pai
achega
6da152db07
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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