Skip to content

Commit 953dbf2

Browse files
committed
Also run doctests
1 parent 31355f3 commit 953dbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
python setup.py build
2929
- name: Test with pytest
3030
run: |
31-
pytest -s .
31+
pytest -s --doctest-modules curtsies tests

0 commit comments

Comments
 (0)