Commit 0f87b1f8 authored by Administrator's avatar Administrator

Update .gitlab-ci.yml

parent 06237d79
Pipeline #89 failed with stages
in 57 seconds
......@@ -25,6 +25,8 @@ format:
stage: test
script:
- go version
- go mod init test
- go get
#- go fmt $(go list ./... | grep -v /vendor/)
#- go vet $(go list ./... | grep -v /vendor/)
#- go test -race $(go list ./... | grep -v /vendor/)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment