1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +02:00
This commit is contained in:
Carlos Alexandro Becker
2017-01-02 14:31:14 -02:00
parent f3255f179e
commit b6a50fa54c
+1 -1
View File
@@ -6,7 +6,7 @@ setup: ## Install all the build and lint dependencies
@go get -u github.com/alecthomas/gometalinter @go get -u github.com/alecthomas/gometalinter
@go get -u github.com/Masterminds/glide @go get -u github.com/Masterminds/glide
@glide install @glide install
@gometalinter --install @gometalinter --install
test: ## Run all the tests test: ## Run all the tests
@go test $(TEST_OPTIONS) -cover $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=30s @go test $(TEST_OPTIONS) -cover $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=30s