diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b57c9073..9c3106c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,5 @@ jobs: run: flake8 - name: Run static type checking run: mypy -p forest - - name: Run legacy tests - run: python -m unittest tests/imports.py - - name: Run pytest suite + - name: Run the test suite run: pytest