Skip to content

ci: run full test-all suite instead of test - #50

Draft
jnasbyupgrade wants to merge 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci-run-test-all
Draft

ci: run full test-all suite instead of test#50
jnasbyupgrade wants to merge 1 commit into
Postgres-Extensions:masterfrom
jnasbyupgrade:ci-run-test-all

Conversation

@jnasbyupgrade

Copy link
Copy Markdown
Contributor

Summary

  • CI's run-tests.yml was invoking make test, which only runs the standard suite and skips test/extra/ (e.g. the pg_tle multi-version tests).
  • Switched to make test-all so CI exercises the full suite.

Test plan

  • Ran make test-all locally (worktree with submodule init + sibling pgxntool symlink) against the tletest cluster (pg_tle preloaded): 215/215 passed, 0 failed, 0 skipped.

make test only runs the standard suite; make test-all also runs the
extra tests (test/extra/), giving CI full coverage.
@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7430007c-ea15-45e5-b49e-fac7ac213f01

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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