mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-03 17:41:20 +00:00
Reduce integration test concurrency even more
This commit is contained in:
parent
6da152db07
commit
9ccfd8ee99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
@ -105,4 +105,4 @@ jobs:
|
|||
- name: Run Tests
|
||||
run: |
|
||||
./nitter &
|
||||
pytest -n2 tests
|
||||
pytest -n1 tests
|
||||
|
|
Loading…
Reference in a new issue