diff --git a/.circleci/config.yml b/.circleci/config.yml index d0a24a1..bdf80e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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