diff --git a/Makefile b/Makefile index 47dc341e4c..4cb3379e64 100644 --- a/Makefile +++ b/Makefile @@ -55,14 +55,6 @@ docker: ## Prints docker version and info @docker info @echo -test: ## Runs tests inside container build environment -test: COMPOSE_FILE = $(COMPOSE_TEST_FILE) -test: $(DOCKER_COMPOSE) info - @echo - @echo "======= Tests =======" - @echo - $(MAKE) test-run tmp-export --keep-going - test-run: ## Runs test inside container test-run: COMPOSE_FILE = $(COMPOSE_TEST_FILE) test-run: $(DOCKER_COMPOSE) clean-tmp cache