Skip to content

Commit 988c85f

Browse files
committed
Add parallel tests run
1 parent e8f7a4e commit 988c85f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install dependencies
4444
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
4545
- name: Test with pytest
46-
run: pytest
46+
run: pytest -v -n 2
4747

4848
minimum:
4949
runs-on: ubuntu-latest
@@ -56,4 +56,4 @@ jobs:
5656
- name: Install dependencies
5757
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
5858
- name: Test with pytest
59-
run: pytest
59+
run: pytest -v -n 2

0 commit comments

Comments
 (0)