Skip to content

Commit

Permalink
feat(tests): test examples in markdown docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Mar 7, 2024
1 parent f2fca1a commit 2af8f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
pip install pytest pytest-cov
pip install --no-build-isolation --no-deps --disable-pip-version-check -e .
python -m pytest --doctest-modules
python -m doctest -v docs/**/*.md
python -m doctest -v docs/*.md

0 comments on commit 2af8f8f

Please sign in to comment.