Skip to content

Commit 8fa019f

Browse files
committed
[TST/CI] Add automated documentation testing when building
1 parent db5ab0a commit 8fa019f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
poetry install --with=test
2323
- name: Test with pytest
2424
run: |
25-
poetry run pytest
25+
poetry run pytest --doctest-modules

0 commit comments

Comments
 (0)