Conversation
📦 Cargo Bloat ComparisonBinary size change: +0.00% (22.5 MiB → 22.5 MiB) Expand for cargo-bloat outputHead Branch ResultsBase Branch Results |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refactors the CI workflow to run language-specific integration tests in separate jobs rather than all together. This improves parallelization and reduces job duration by only installing the language runtimes needed for each specific test suite.
Changes:
- Added nextest profiles (ci-core and lang-* profiles) to filter tests by language
- Consolidated cargo-test-linux and cargo-test-macos into a single matrix-based cargo-test job
- Created a new language-tests job that runs each language's tests in separate matrix combinations across Linux, macOS, and Windows
- Removed language runtime installations from the core cargo-test job, which now only runs non-language-specific tests
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .config/nextest.toml | Added nextest test profiles to filter core tests vs. language-specific tests, replacing the old retry configuration |
| .github/workflows/ci.yml | Refactored test jobs to separate language tests into their own matrix job with conditional language runtime installations, consolidated Linux/macOS cargo-test jobs, and updated test commands to use new nextest profiles |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1508 +/- ##
==========================================
+ Coverage 91.52% 91.99% +0.47%
==========================================
Files 87 87
Lines 18161 18268 +107
==========================================
+ Hits 16621 16806 +185
+ Misses 1540 1462 -78 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
No description provided.