diff --git a/Makefile b/Makefile index 8ca860f1..48714f3f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PATH_TO_PLANTUML := ~/bin run: ## Run the service locally - python src/lightspeed-stack.py "$@" + python src/lightspeed-stack.py test-unit: ## Run the unit tests @echo "Running unit tests..."