We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f7a4e commit 988c85fCopy full SHA for 988c85f
.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: python -m pip install -r requirements/required.txt -r requirements/test.txt
45
- name: Test with pytest
46
- run: pytest
+ run: pytest -v -n 2
47
48
minimum:
49
runs-on: ubuntu-latest
@@ -56,4 +56,4 @@ jobs:
56
57
run: python -m pip install -r requirements/minimum.old -r requirements/test.txt
58
59
0 commit comments