Fix statement caching test command.

This commit is contained in:
go-jet 2026-04-04 19:40:56 +02:00
parent 8728a9152f
commit e7ddd9e33f

View file

@ -146,7 +146,7 @@ jobs:
- run: - run:
name: Running tests with statement caching enabled 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: - run:
name: Init databases (mariadb, cockroachdb) and generate jet files name: Init databases (mariadb, cockroachdb) and generate jet files