Don't run pytest with no tests
This commit is contained in:
parent
6138b73c60
commit
78cf06db96
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -26,7 +26,8 @@ lint:
|
|||
|
||||
test:
|
||||
poetry run mypy .
|
||||
poetry run pytest
|
||||
# No tests yet lol
|
||||
# poetry run pytest
|
||||
|
||||
# Faster tests, only running what's changed
|
||||
test-fast:
|
||||
|
|
Loading…
Add table
Reference in a new issue