diff --git a/.drone.yml b/.drone.yml index a4f6fe2..4923326 100644 --- a/.drone.yml +++ b/.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 ./... \ No newline at end of file