Skip to content

Commit 2153b60

Browse files
committed
[TST/CI] Add automated documentation testing when building
1 parent f202ec3 commit 2153b60

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)