diff --git a/.github/workflows/qc.yml b/.github/workflows/qc.yml index 471c8d1..16bd33d 100644 --- a/.github/workflows/qc.yml +++ b/.github/workflows/qc.yml @@ -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 \ No newline at end of file + - name: Run tests + run: poetry run python -m unittest discover tests \ No newline at end of file