circle: get testing deps

This commit is contained in:
Dan Kortschak 2018-09-10 21:07:10 +09:30
parent aef165e753
commit ba9742bd99
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
keys:
- v1-pkg-cache
- run: go get -u ./...
- run: go get -d -t -v ./...
- run: go build ./...