build nomad in e2e tests

This commit is contained in:
Alex Dadgar
2018-09-19 10:38:20 -07:00
parent 575e193332
commit f7f5da204d

View File

@@ -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) \