Skip to content

v1.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 18:46
· 17 commits to main since this release
feat(test): make integration-go — ephemeral Postgres + generated DSN

Add scripts/run-integration-tests.sh: docker run pgvector, dynamic localhost
port, TEST_PG_DSN + TEST_PG_RESET_SCHEMA, then go test -tags=integration.

Developers are not testing the DSN; this automates disposable infra like CI.
Document in BUILD.md and README; keep manual TEST_PG_DSN targets for custom DBs.

Made-with: Cursor