Time the module downloads

This commit is contained in:
Matt Joiner 2019-01-09 11:21:49 +11:00
parent beeec3c475
commit 84132ba242
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- restore_cache:
keys:
- go-mod
- run: go get ./...
- run: go get -d ./...
- run: go test -v -race ./... -count 2
- run: go test -bench . ./...
- run: set +e; CGO_ENABLED=0 go test -v ./...; true