qiniu-driver/.drone.yml
Lunny Xiao 6e505f23c4
All checks were successful
continuous-integration/drone/push Build is passing
update goftp.io interface (#1)
2019-10-27 08:33:26 +00:00

13 lines
248 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.12
environment:
GO111MODULE: on
GOPROXY: https://goproxy.cn
commands:
- go build -v
- go vet ./...
- go test -v -race -coverprofile=coverage.txt -covermode=atomic