Skip to content

Commit

Permalink
Try to run actual tests!
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenweb committed Dec 19, 2024
1 parent 00ae9f4 commit 7849f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ test:
tox-test:
tox -q

local_ci:
circleci local execute

build:
python build_hu.py

Expand Down

0 comments on commit 7849f5d

Please sign in to comment.