Add check target
This commit is contained in:
parent
6d53fdecac
commit
8ad46a798c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -20,6 +20,9 @@ typehint:
|
|||
lint:
|
||||
rye run pylint src/
|
||||
|
||||
# check
|
||||
check: all
|
||||
|
||||
# test
|
||||
test:
|
||||
rye run coverage run -m --source=stacosys pytest tests
|
||||
|
|
Loading…
Add table
Reference in a new issue