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

master v1.0.0
李光春 2 years ago
parent 1ad48c6266
commit 7d5dbcfa1d

@ -9,4 +9,9 @@ steps:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -v ./...
- name: Benchmark
image: golang:1.18
commands:
- go env -w GO111MODULE=on
- go env -w GOPROXY=https://goproxy.cn,direct
- go test -bench=. -benchmem
Loading…
Cancel
Save