update
continuous-integration/drone/push Build is passing Details

master
李光春 2 years ago
parent 799598f17b
commit 17b3712618

@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: clone
steps:
- name: test-golang
image: golang:1.18
commands:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -v ./...
Loading…
Cancel
Save