mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
add go vet to make test
This commit is contained in:
parent
456174ed53
commit
6aa9023813
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -52,3 +52,4 @@ deps:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
cd irc && go test .
|
cd irc && go test .
|
||||||
|
cd irc && go vet .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue