Skip to content

Commit

Permalink
Turn on doctests in install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Aug 21, 2024
1 parent 67a97cc commit ef4915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
pip install pytest
- name: Run tests
run: |
pytest tests -r a -vv -s
pytest tests -r a -vv tests src --doctest-modules

0 comments on commit ef4915b

Please sign in to comment.