diff --git a/Makefile b/Makefile index d9dfd48..d176301 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ test: go test -short -v -cover ./... testci: - go test -short -race -covermode atomic -coverprofile=covprofile ./... + go test -short -race -covermode atomic -coverprofile=covprofile $(go list ./... | grep -v ./pb/) server: go run main.go