add(makefile): scoped test.rbac target
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,4 @@
|
||||
.PHONY: build realize dep spec protobuf test qa qa.test qa.vet codegen
|
||||
.PHONY: build realize dep spec protobuf test test.rbac qa qa.test qa.vet codegen
|
||||
|
||||
PKG = "github.com/$(shell cat .project)"
|
||||
|
||||
@@ -42,6 +42,9 @@ protobuf: $(PROTOC)
|
||||
test: $(GOTEST)
|
||||
$(GOTEST) -cover -v ./...
|
||||
|
||||
test.rbac: $(GOTEST)
|
||||
$(GOTEST) -cover -v ./rbac
|
||||
|
||||
qa: qa.vet qa.test
|
||||
|
||||
qa.vet:
|
||||
|
||||
Reference in New Issue
Block a user