This repository has been archived on 2019-08-26. You can view files and clone it, but cannot push or open issues or pull requests.
cors/.drone.yml
Lunny Xiao ced850f536
All checks were successful
continuous-integration/drone/push Build is passing
add drone support (#2)
2019-08-05 01:50:23 +00:00

10 lines
165 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.11
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic