From f7f5da204d251d1b161cbf6ecddc5bbeaad6896f Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Wed, 19 Sep 2018 10:38:20 -0700 Subject: [PATCH] build nomad in e2e tests --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 17f99f1fa..f1b71a507 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -257,7 +257,7 @@ test-nomad: dev ## Run Nomad test suites fi .PHONY: e2e-test -e2e-test: ## Run the Nomad e2e test suite +e2e-test: dev ## Run the Nomad e2e test suite @echo "==> Running Nomad E2E test suites:" go test \ $(if $(ENABLE_RACE),-race) $(if $(VERBOSE),-v) \