Summary
The internal/store Postgres integration tests are currently hidden behind the postgres_integration build tag and only run locally. We should spin up a Postgres service container in GitHub Actions and run these tests automatically.
Acceptance Criteria
Tech Stack
GitHub Actions, Docker, Go
Summary
The
internal/storePostgres integration tests are currently hidden behind thepostgres_integrationbuild tag and only run locally. We should spin up a Postgres service container in GitHub Actions and run these tests automatically.Acceptance Criteria
.github/workflows/ci.ymlto include a Postgres service.go test -tags postgres_integration ./internal/store/.Tech Stack
GitHub Actions, Docker, Go