Skip to content

Commit

Permalink
Do not print test command
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Nov 9, 2018
1 parent 6dae695 commit 19caef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test: generate ## Run unit test (and re-generate code under test)

.PHONY: unit-test
unit-test: ## Run unit test only
CGO_ENABLED=0 go test -covermode=count -coverprofile=coverage.out ./pkg/... ./cmd/... $(TEST_ARGS)
@CGO_ENABLED=0 go test -covermode=count -coverprofile=coverage.out ./pkg/... ./cmd/... $(TEST_ARGS)

LINTER ?= gometalinter ./...
.PHONY: lint
Expand Down

0 comments on commit 19caef2

Please sign in to comment.