diff --git a/Makefile b/Makefile index fc07eca..85a3e0e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ build: .PHONY: build test: - go test -v + go test -v ./... .PHONY: test protobuf: