diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..50a4612 --- /dev/null +++ b/.drone.yml @@ -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 ./... \ No newline at end of file