@@ -9,9 +9,10 @@ steps:
GO111MODULE: "on"
GOPROXY: "https://goproxy.cn,direct"
CGO_ENABLED: "0"
- GOOS: linux
+ GOOS: "linux"
commands:
- go version
+ - go env
- go test ./...
trigger: