add cockroach start command

This commit is contained in:
Lunny Xiao 2019-01-23 15:06:13 +08:00
parent c694b3a041
commit 5f935bace8
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
- image: pingcap/tidb:v2.1.2
- image: cockroachdb/cockroach:v2.1.4
command: start --insecure
working_directory: /go/src/github.com/go-xorm/xorm
steps: