Skip to content

Commit

Permalink
Update workflow for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 18, 2024
1 parent d61fec2 commit 5526935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Check static typing with MyPy
run: poetry run tox -e mypy

- name: Unit tests only
run: poetry run python -m unittest discover tests.unit
- name: Run tests
run: poetry run python -m unittest discover tests

0 comments on commit 5526935

Please sign in to comment.