From b6a50fa54c2ef398c597473edd2c91cb7b85db47 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 2 Jan 2017 14:31:14 -0200 Subject: [PATCH] tab --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71fb77553..c8d29e325 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ setup: ## Install all the build and lint dependencies @go get -u github.com/alecthomas/gometalinter @go get -u github.com/Masterminds/glide @glide install - @gometalinter --install + @gometalinter --install test: ## Run all the tests @go test $(TEST_OPTIONS) -cover $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=30s