Run benchmarks in CI

This commit is contained in:
Matt Joiner 2018-01-25 16:57:38 +11:00
parent d5f8440e7e
commit 3f9a78e096
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
- run: sudo apt install fuse pv
- run: go get -t -d -v -race $PROJECT_GO_PACKAGE/...
- run: go test -v -race $PROJECT_GO_PACKAGE/...
- run: go test -bench $PROJECT_GO_PACKAGE/...
- run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/...
- run: CGO_ENABLED=0 go test -v $PROJECT_GO_PACKAGE/...
- run: go get golang.org/x/mobile/cmd/gomobile