You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2026-05-16 09:20:15 +02:00
tab
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user