Skip to content

Commit

Permalink
feat: include go vet during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Oct 1, 2020
1 parent 53f19e0 commit 9a2c9b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bootstrap:
proto-build: $(PROTODIR)/annotations.pb.go

test:
go vet ./...
go test -mod vendor -cover -race ./...

bench:
Expand Down

0 comments on commit 9a2c9b7

Please sign in to comment.