mirror of
https://github.com/zedeus/nitter.git
synced 2025-12-05 19:45:36 -05:00
Reduce integration test concurrency even more
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
|
||||
run: |
|
||||
./nitter &
|
||||
pytest -n2 tests
|
||||
pytest -n1 tests
|
||||
|
||||
Reference in New Issue
Block a user