This commit is contained in:
decanus 2019-08-07 14:41:56 +02:00
parent 7911449a21
commit 1ea71045df
No known key found for this signature in database
GPG Key ID: E95B8C69228FF5B4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ build:
.PHONY: build
test:
go test -v
go test -v ./...
.PHONY: test
protobuf: