diff --git a/.drone.yml b/.drone.yml index 27392f0..7465ad0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,18 @@ type: docker name: default steps: + - name: test + image: golang + commands: + - go test ./... + - name: build image: golang environment: CGO_ENABLED: 1 GOOS: linux commands: - - go build -a -installsuffix cgo -o app . - - go test + - go build trigger: event: @@ -19,6 +23,6 @@ trigger: --- kind: signature -hmac: c2c85efbea280e4aedbd78ebc249f61ac8928438ca61af8f7bd5779d153781ad +hmac: 0c10eea731519ad456e14a142ae8cd0f769cd2ccbe252b7e56cae5b97d8550ff ...