This website works better with JavaScript
Home
Explore
Help
Sign In
vdd
/
nitter
mirror of
https://github.com/zedeus/nitter
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Reduce integration test concurrency
Zed
1 year ago
parent
5be37737eb
commit
6da152db07
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/run-tests.yml
+ 1
- 1
.github/workflows/run-tests.yml
View File
@@ -105,4 +105,4 @@ jobs:
- name: Run Tests
run: |
./nitter &
- pytest -n
3
tests
+ pytest -n
2
tests