diff --git a/.drone.yml b/.drone.yml index 790d46d..c7dd108 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,11 @@ kind: pipeline name: default steps: -# - name: test -# image: golang -# commands: -# - export GOPROXY=https://mirrors.aliyun.com/goproxy/ -# - go test +- name: test + image: golang + commands: + - export GOPROXY=https://mirrors.aliyun.com/goproxy/ + # - go test - name: clone_web image: alpine/git