Skip to content

test(postgis): replace ignored tests with env-based skip#282

Open
herostrat wants to merge 1 commit intogeorust:mainfrom
herostrat:feature/postgis-ignore-cleanup
Open

test(postgis): replace ignored tests with env-based skip#282
herostrat wants to merge 1 commit intogeorust:mainfrom
herostrat:feature/postgis-ignore-cleanup

Conversation

@herostrat
Copy link
Copy Markdown
Contributor

  • I agree to follow the project's code of conduct.
  • I added an entry to the project's change log file if knowledge of this change could be valuable to users.
    • Usually called CHANGES.md or CHANGELOG.md
    • Prefix changelog entries for breaking changes with "BREAKING: "

I removed blanket ignore usage for PostGIS integration tests and switched to environment-aware execution.
This is done by adding a shared runtime skip helper that skips only when DATABASE_URL is missing, updated CI to run the PostGIS test target directly, and documented the behavior in the README.
I changed this to keeps local developer workflows smooth while making CI behavior explicit and deterministic, improving test maintainability and reducing hidden test coverage gaps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant