Skip to content

Commit 7849f5d

Browse files
committed
Try to run actual tests!
1 parent 00ae9f4 commit 7849f5d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
poetry install
2929
- name: Run Ruff
3030
run: poetry run ruff check --output-format=github
31+
- name: Run tests under Python ${{ matrix.python-version }}
32+
run: poetry run make test

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ test:
1919
tox-test:
2020
tox -q
2121

22-
local_ci:
23-
circleci local execute
24-
2522
build:
2623
python build_hu.py
2724

0 commit comments

Comments
 (0)