Skip to content

Commit 7b19367

Browse files
committed
Only tests tests
1 parent c965755 commit 7b19367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Test with pytest
2323
run: |
2424
pip install pytest pytest-cov
25-
pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
25+
pytest tests/ --cov --cov-report=xml --cov-report=html
2626
2727
format:
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)