health: add more ci cases and fix bugs

This commit is contained in:
fatedier
2018-12-09 21:56:46 +08:00
parent 08c17c3247
commit aea9f9fbcc
14 changed files with 409 additions and 66 deletions

View File

@@ -34,7 +34,7 @@ gotest:
go test -v --cover ./utils/...
ci:
go test -count=1 -v ./tests/...
go test -count=1 -p=1 -v ./tests/...
alltest: gotest ci