This repository has been archived on 2020-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
session/.drone.yml
Lunny Xiao 19985ed88a
All checks were successful
continuous-integration/drone/push Build is passing
add drone (#3)
2019-07-31 04:40:00 +00:00

11 lines
213 B
YAML

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