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

master
李光春 2 years ago
parent 2bea297a16
commit e1ccdce4d4

@ -0,0 +1,10 @@
workspace:
base: /go
path: src/golang/library
pipeline:
test:
image: golang:1.18
commands:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -v ./...
Loading…
Cancel
Save