Explorar el Código

Reduce integration test concurrency even more

Zed hace 1 año
padre
commit
9ccfd8ee99
Se han modificado 1 ficheros con 1 adiciones y 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 -n2 tests
+          pytest -n1 tests