Browse Source

fix drone

main
Lunny Xiao 5 years ago
parent
commit
b59ca478cb
No known key found for this signature in database GPG Key ID: C3B7C91B632F738A
  1. 2
      .drone.yml

2
.drone.yml

@ -4,6 +4,8 @@ name: default
steps:
- name: test
image: golang:1.12
environment:
GOPROXY: https://goproxy.cn
commands:
- go build
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
Loading…
Cancel
Save