diff --git a/Makefile b/Makefile index cac08a9..fc07eca 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ build: go build .PHONY: build +test: + go test -v +.PHONY: test + protobuf: protoc --go_out=. ./protobuf/*.proto .PHONY: protobuf