diff --git a/Makefile b/Makefile index f35a3e4..06f1faa 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,8 @@ TEST_OPTIONS?= setup: ## Install all the build and lint dependencies go get -u github.com/alecthomas/gometalinter - go get -u github.com/golang/dep/cmd/dep go get -u github.com/pierrre/gotestcover go get -u golang.org/x/tools/cmd/cover - dep ensure gometalinter --install test: ## Run all the tests