add `go vet` to `make test`

This commit is contained in:
Shivaram Lingamneni 2017-10-04 15:34:46 -04:00 committed by Daniel Oaks
parent 456174ed53
commit 6aa9023813
1 changed files with 1 additions and 0 deletions

View File

@ -52,3 +52,4 @@ deps:
test:
cd irc && go test .
cd irc && go vet .