Update python-tests.yml

This commit is contained in:
Sean Whalen
2022-01-05 10:36:29 -05:00
parent ce2943e0cc
commit 4f22ab4879

View File

@@ -32,10 +32,10 @@ jobs:
- name: Check README.rst syntax
run: |
rstcheck --report warning README.rst
- name: Test building documentation
run: |
cd docs
make html
- name: Test building documentation
run: |
cd docs
make html
- name: Run unit tests
run: |
coverage run tests.py