Fix statement caching test command.
This commit is contained in:
parent
8728a9152f
commit
e7ddd9e33f
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ jobs:
|
|||
|
||||
- run:
|
||||
name: Running tests with statement caching enabled
|
||||
command: JET_TESTS_WITH_STMT_CACHE=true go test -tags postgres -v ./tests/...
|
||||
command: cd tests && JET_TESTS_WITH_STMT_CACHE=true go test -v ./... && cd -
|
||||
|
||||
- run:
|
||||
name: Init databases (mariadb, cockroachdb) and generate jet files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue