From cadca7786bbaa819475303766d1fc3419bfb828a Mon Sep 17 00:00:00 2001 From: Facundo Medica Date: Mon, 10 Jul 2023 10:45:47 +0200 Subject: [PATCH] test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ff5973297..cb80315b8a 100644 --- a/Makefile +++ b/Makefile @@ -231,7 +231,7 @@ cover-html: test-unit-cover # we should be able to optimize docker build: # https://linear.app/umee/issue/UMEE-463/fix-docker-login-problem-when-running-e2e-tests -test-e2e: #$(TEST_E2E_DEPS) +test-e2e: $(TEST_E2E_DEPS) go test ./tests/e2e/... -mod=readonly -timeout 30m -race -v -tags='$(TEST_E2E_TAGS)' test-e2e-cov: $(TEST_E2E_DEPS)