diff --git a/Makefile b/Makefile index 3285a2a..1e2cc70 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ lint-fast: ## golangci-lint --fast .PHONY: test test: ## go test with race detector and code covarage $(call print-target) - go test -race -covermode=atomic + go test -race -covermode=atomic ./... .PHONY: docker docker: ## run in golang container, example: make docker run="make all"