Commit cec8ba14 authored by madengji's avatar madengji Committed by 33cn

add unit-test stage

parent 00f0d714
......@@ -20,7 +20,13 @@ jobs:
- make checkgofmt && make fmt_go
- make linter
- stage: test
- stage: unit-test
go: "1.9.x"
install: skip
script:
- make test
- stage: coverage
go: "1.9.x"
before_install:
- go get -t -v ./...
......
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