mirror of
https://github.com/zedeus/nitter.git
synced 2025-03-03 17:41:20 +00:00
Reduce integration test concurrency
This commit is contained in:
parent
5be37737eb
commit
6da152db07
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 -n3 tests
|
||||
pytest -n2 tests
|
||||
|
|
Loading…
Reference in a new issue