Time the module downloads
This commit is contained in:
parent
beeec3c475
commit
84132ba242
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue