We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7253999 commit af7dc6bCopy full SHA for af7dc6b
.github/workflows/python-app.yml
@@ -40,4 +40,4 @@ jobs:
40
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41
- name: Test with pytest
42
run: |
43
- python -m pytest -n auto
+ python -m pytest -k unit
0 commit comments