Reduce integration test concurrency
This commit is contained in:
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@@ -105,4 +105,4 @@ jobs:
|
|||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
./nitter &
|
./nitter &
|
||||||
pytest -n3 tests
|
pytest -n2 tests
|
||||||
|
|||||||
Reference in New Issue
Block a user