From 7911449a214e6a75aa9a66f686b522c6fe3a2217 Mon Sep 17 00:00:00 2001 From: decanus Date: Wed, 7 Aug 2019 14:41:42 +0200 Subject: [PATCH] test --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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