Add cockroachdb smoke test

This commit is contained in:
Dan Sosedoff
2018-06-05 18:20:58 -05:00
parent e09f892442
commit e68c7e2c61
4 changed files with 102 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ test:
test-all:
@./script/test_all.sh
@./script/test_cockroach.sh
assets: static/
go-bindata -o pkg/data/bindata.go -pkg data $(BINDATA_OPTS) $(BINDATA_IGNORE) -ignore=[.]gitignore -ignore=[.]gitkeep $<...