diff --git a/Makefile b/Makefile index 6994b77..6250960 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' tests: ## [host] Run tests (uses docker) - docker-compose run lo_api python3 -m unittest discover -s lotemplate/unittest + docker compose run lo_api python3 -m unittest discover -s lotemplate/unittest