Skip to content

Comments

ci: gate major optional feature bundles in test matrix#793

Open
adolago wants to merge 1 commit intomainfrom
issue-791-ci-feature-matrix
Open

ci: gate major optional feature bundles in test matrix#793
adolago wants to merge 1 commit intomainfrom
issue-791-ci-feature-matrix

Conversation

@adolago
Copy link
Owner

@adolago adolago commented Feb 23, 2026

Closes #791.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ad2988c9da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +189 to +193
run: cargo check --all-targets --features "${{ matrix.bundle.features }}" --verbose

- name: Run bundle tests
if: matrix.bundle.mode == 'test'
run: cargo test --lib --features "${{ matrix.bundle.features }}" --verbose -- --test-threads=1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use --no-default-features in feature bundle gate

The new bundle gate is described as catching regressions "outside the default profile," but these commands only pass --features; per cargo test -h, default features remain active unless --no-default-features is set. That means each matrix row still compiles/tests with the default russh,local set enabled, so regressions that appear when consumers build a bundle without defaults (for example --no-default-features --features api) will not be detected by this CI job.

Useful? React with 👍 / 👎.

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.

Expand CI matrix to gate major optional feature bundles

1 participant