Also fetch test packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:37:37 +01:00
parent eafa1e6641
commit ec22bb31de

View File

@ -11,7 +11,7 @@ steps:
image: golang:1.12
commands:
- export GOPATH=/go
- go get -d ./...
- go get -d -t ./...
- go build ./...
- go test ./...