Change golang commands
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-03-16 20:35:34 +01:00
parent ba973601a1
commit eafa1e6641

View File

@ -10,8 +10,9 @@ steps:
- name: testing
image: golang:1.12
commands:
- go get -u ./...
- go build -u ./...
- export GOPATH=/go
- go get -d ./...
- go build ./...
- go test ./...
- name: publish