Skip to content

Commit 0e253a5

Browse files
committed
TST: add pytest doctest modules to GH actions
1 parent df6cc36 commit 0e253a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
python setup.py install
3030
- name: Test with pytest
3131
run: |
32-
pytest
32+
pytest
33+
cd rocketpy
34+
pytest --doctest-modules

0 commit comments

Comments
 (0)