Run unit tests on GitHub

This commit is contained in:
doctorpangloss 2024-03-27 13:57:17 -07:00
parent b0be335d59
commit ac42a1aa1a
5 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install .[dev] pip install .[dev]
- name: Run tests - name: Run unit tests
run: | run: |
pytest tests/ pytest tests/unit