fetch go vet and go cover in yaml
This commit is contained in:
parent
d101ef3ed6
commit
d683418e8f
1 changed files with 2 additions and 0 deletions
|
@ -54,5 +54,7 @@ build:
|
|||
commands:
|
||||
- apt-get update 1> /dev/null 2> /dev/null
|
||||
- apt-get -y install libsqlite3-dev sqlite3 1> /dev/null 2> /dev/null
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
- make deps
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue