circle: add test invocation and make vet quiet

This commit is contained in:
Dan Kortschak 2018-09-10 21:19:16 +09:30
parent ba9742bd99
commit c681ec5c85
2 changed files with 5 additions and 3 deletions

View File

@ -19,7 +19,9 @@ jobs:
- run: go get -d -t -v ./...
- run: go build ./...
- run: go build -v ./...
- run: go test -v ./...
- save_cache:
key: v1-pkg-cache

View File

@ -1,3 +1,5 @@
// +build profile
/*
NAME
revid-cli - command line interface for Revid.
@ -25,8 +27,6 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// +build profile
package main
import _ "net/http/pprof"