diff --git a/.drone.yml b/.drone.yml index c7dd108..20f9906 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: golang commands: - export GOPROXY=https://mirrors.aliyun.com/goproxy/ - # - go test + - go test - name: clone_web image: alpine/git