run pytest

This commit is contained in:
Jared Dillard
2025-05-16 01:17:52 -07:00
parent 012674a934
commit 542fb2efb0
+3 -3
View File
@@ -39,9 +39,9 @@ jobs:
# run: |
# mypy sphinx_cmd
# - name: Test with pytest
# run: |
# pytest
- name: Test with pytest
run: |
pytest
# - name: Build package
# run: |