diff --git a/cost-reporter/Makefile b/cost-reporter/Makefile index 2c3aa68..525fea3 100644 --- a/cost-reporter/Makefile +++ b/cost-reporter/Makefile @@ -18,4 +18,4 @@ install: ## Install all dependencies test: ## Run the tests . ../.venv/bin/activate; \ - PYTHONPATH=./src pytest \ No newline at end of file + PYTHONPATH=./src pytest -o log_cli=true -o log_cli_level=INFO