ci(xtask): enforce centralized integration tests - #1749
Open
Benoît Cortier (CBenoit) wants to merge 3 commits into
Open
ci(xtask): enforce centralized integration tests#1749Benoît Cortier (CBenoit) wants to merge 3 commits into
Benoît Cortier (CBenoit) wants to merge 3 commits into
Conversation
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
August 21, 2026 09:50 — with
GitHub Actions
Inactive
Benoît Cortier (CBenoit)
force-pushed
the
cbenoit-enforce-test-target-policy
branch
from
August 21, 2026 10:03
cf1a567 to
fb79208
Compare
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
August 21, 2026 10:03 — with
GitHub Actions
Inactive
Benoît Cortier (CBenoit)
force-pushed
the
cbenoit-enforce-test-target-policy
branch
from
August 21, 2026 10:29
fb79208 to
3377856
Compare
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
August 21, 2026 10:30 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Enforces centralized Cargo integration-test targets through xtask and CI.
Changes:
- Validates Cargo metadata against approved test suites.
- Adds CLI wiring and validator unit tests.
- Adds an independent CI gate.
Protocol and documentation reviews were not applicable.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
xtask/src/main.rs |
Runs the new check. |
xtask/src/cli.rs |
Exposes check test-targets. |
xtask/src/check.rs |
Implements validation and tests. |
.github/workflows/ci.yml |
Adds the required CI job. |
Benoît Cortier (CBenoit)
force-pushed
the
cbenoit-enforce-test-target-policy
branch
from
August 21, 2026 11:10
3377856 to
b5ab21b
Compare
Benoît Cortier (CBenoit)
temporarily deployed
to
llm-providers
August 21, 2026 11:10 — with
GitHub Actions
Inactive
Benoît Cortier (CBenoit)
deployed
to
llm-providers
August 21, 2026 15:45 — with
GitHub Actions
Active
Cargo metadata now rejects integration-test targets outside the centralized suites. Run the checker in cargo xtask ci and as an independent CI job. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Keep the test-target metadata parser aligned with the xtask single-use helper convention. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
force-pushed
the
cbenoit-enforce-test-target-policy
branch
from
August 21, 2026 15:52
c186e4a to
3f2e558
Compare
Benoît Cortier (CBenoit)
deployed
to
llm-providers
August 21, 2026 15:53 — with
GitHub Actions
Active
Keep Cargo metadata parsing and its regression coverage in a focused module. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
deployed
to
llm-providers
August 21, 2026 16:05 — with
GitHub Actions
Active
Marc-André Moreau (mamoreau-devolutions)
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cargo metadata now rejects integration-test targets outside the centralized suites.
Run the checker in cargo xtask ci and as an independent CI job.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com