diff --git a/.drone.yml b/.drone.yml index 414be34..a01964d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,13 +4,9 @@ type: docker name: default steps: -- name: get dependencies +- name: get dependencies, build and test image: golang commands: - go get -d ./... - -- name: build and test - image: golang - commands: - go build - go test