1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-05 19:45:36 -05:00

Reduce integration test concurrency

This commit is contained in:
Zed
2025-02-12 20:43:45 +01:00
parent 5be37737eb
commit 6da152db07

View File

@@ -105,4 +105,4 @@ jobs:
- name: Run Tests
run: |
./nitter &
pytest -n3 tests
pytest -n2 tests