Lunny Xiao
5 years ago
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with
2 additions and
0 deletions
-
.drone.yml
|
@ -4,6 +4,8 @@ name: default |
|
|
steps: |
|
|
steps: |
|
|
- name: test |
|
|
- name: test |
|
|
image: golang:1.12 |
|
|
image: golang:1.12 |
|
|
|
|
|
environment: |
|
|
|
|
|
GOPROXY: https://goproxy.cn |
|
|
commands: |
|
|
commands: |
|
|
- go build |
|
|
- go build |
|
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... |
|
|
- go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... |