We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3291b0 commit 55d3133Copy full SHA for 55d3133
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
55
# Unit testing
56
- name: Run unit tests & collect coverage
57
- run: pytest BEARTYPE_ENABLE=true tests --cov=manify --cov-report=xml:coverage.xml
+ run: BEARTYPE_ENABLE=true pytest tests --cov=manify --cov-report=xml:coverage.xml
58
59
# Check docstrings are in Google style
60
- name: Check docstrings are in Google style
0 commit comments