Fix circle.ci
This commit is contained in:
parent
e7ddd9e33f
commit
fc1ba7fdeb
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ jobs:
|
||||||
go run ./init/init.go -testsuite cockroach
|
go run ./init/init.go -testsuite cockroach
|
||||||
|
|
||||||
# run mariaDB and cockroachdb tests. No need to collect coverage, because coverage is already included with mysql and postgres tests
|
# run mariaDB and cockroachdb tests. No need to collect coverage, because coverage is already included with mysql and postgres tests
|
||||||
- run: MY_SQL_SOURCE=MariaDB go test -v ./tests/mysql/
|
- run: cd tests && MY_SQL_SOURCE=MariaDB go test -v ./mysql/
|
||||||
- run: PG_SOURCE=COCKROACH_DB go test -v ./tests/postgres/
|
- run: cd tests && PG_SOURCE=COCKROACH_DB go test -v ./postgres/
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: go-mod-v4-{{ checksum "go.sum" }}
|
key: go-mod-v4-{{ checksum "go.sum" }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue