circle: add GOCACHE=off and -v to tests

This commit is contained in:
Ethan Buchman 2018-05-29 09:28:29 -04:00
parent c8be091d4a
commit 1e87ef7f75
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ jobs:
for pkg in $(go list github.com/tendermint/tendermint/... | grep -v /vendor/ | circleci tests split --split-by=timings); do
id=$(basename "$pkg")
go test -timeout 5m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
GOCACHE=off go test -v -timeout 5m -race -coverprofile=/tmp/workspace/profiles/$id.out -covermode=atomic "$pkg"
done
- persist_to_workspace:
root: /tmp/workspace