diff --git a/Makefile b/Makefile index cfbac125b..b97a999a7 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ generate-version-file: ## Generates the app version file @echo -e "__git_commit__ = \"${GIT_COMMIT}\"\n__time__ = \"${DATE}\"" > ${APP_VERSION_FILE} .PHONY: test -test: generate-version-file ## Run tests +test: test-requirements ## Run tests ./scripts/run_tests.sh .PHONY: freeze-requirements