add(makefile): test.store target
This commit is contained in:
4
Makefile
4
Makefile
@@ -80,6 +80,10 @@ test.rbac: $(GOTEST)
|
||||
$(GOTEST) -covermode count -coverprofile .cover.out -v ./rbac/...
|
||||
$(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%"
|
||||
|
||||
test.store: $(GOTEST)
|
||||
$(GOTEST) -covermode count -coverprofile .cover.out -v ./store/...
|
||||
$(GO) tool cover -func=.cover.out | grep --color "^\|[^0-9]0.0%"
|
||||
|
||||
vet:
|
||||
$(GO) vet ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user