From e7ddd9e33f4b17142c0603534a27cc96e6191b6c Mon Sep 17 00:00:00 2001 From: go-jet Date: Sat, 4 Apr 2026 19:40:56 +0200 Subject: [PATCH] Fix statement caching test command. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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