diff --git a/.drone.yml b/.drone.yml index 5722c4b..94d61aa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,16 +3,16 @@ workspace: path: src pipeline: - test_pr: - image: golang:alpine - environment: - - CGO_ENABLED=0 - - GOOS=linux - commands: - - go test -cover db.go - - go test -cover srv.go - when: - event: [ push, pull_request ] + #test_pr: + # image: golang:alpine + # environment: + # - CGO_ENABLED=0 + # - GOOS=linux + # commands: + # - go test -cover db.go + # - go test -cover srv.go + # when: + # event: [ push, pull_request ] build_pr: image: golang:alpine