Fix make test #194
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ LINT_DIR = $(OUTPUT_LINT_DIR)/golangci-lint-$(LINT_VERSION)-v$(TRUECLOUDLAB_LINT
|
|||
|
||||
# Run tests
|
||||
test:
|
||||
@go test ./... -cover
|
||||
@go test ./... -cover -count=1
|
||||
|
||||
# Pull go dependencies
|
||||
dep:
|
||||
|
|
Loading…
Reference in a new issue