diff --git a/Makefile b/Makefile index eb3761b..623ee29 100644 --- a/Makefile +++ b/Makefile @@ -61,7 +61,7 @@ install-test: compile pip3 install .[test] test: - pytest + pytest tests # Development