Add check target

pull/18/head
Yax 11 months ago
parent 6d53fdecac
commit 8ad46a798c

@ -20,6 +20,9 @@ typehint:
lint: lint:
rye run pylint src/ rye run pylint src/
# check
check: all
# test # test
test: test:
rye run coverage run -m --source=stacosys pytest tests rye run coverage run -m --source=stacosys pytest tests

Loading…
Cancel
Save