diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 63f0c68..8b9f016 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -28,3 +28,5 @@ jobs: poetry install - name: Run Ruff run: poetry run ruff check --output-format=github + - name: Run tests under Python ${{ matrix.python-version }} + run: poetry run make test diff --git a/Makefile b/Makefile index f003249..85c95b3 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,6 @@ test: tox-test: tox -q -local_ci: - circleci local execute - build: python build_hu.py