Skip to content

Commit

Permalink
Add doctests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Nov 22, 2023
1 parent ab19088 commit 451a0e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
pip install -e .
- name: Test with pytest
run: pytest
run: |
pytest
pytest --doctest-glob="*.py"

0 comments on commit 451a0e2

Please sign in to comment.