ci: individual package tests#2209
Draft
ValuedMammal wants to merge 1 commit into
Draft
Conversation
Added workspace level MSRV job. Added per-crate jobs to build meaningful feature combinations and test all features. Removed build-test job.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2209 +/- ##
=======================================
Coverage 77.69% 77.69%
=======================================
Files 29 29
Lines 5801 5801
Branches 271 271
=======================================
Hits 4507 4507
Misses 1223 1223
Partials 71 71
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
Description
Replaces the monolithic
build-testmatrix job (which ran a 2-toolchain × 2-feature-set matrix across the whole workspace) with dedicated per-crate build jobs. Each crate uses named steps for every meaningful feature combination, making it easy to identify which specific crate and feature set broke in CI.Changes:
build-core,build-chain,build-bitcoind-rpc,build-electrum,build-esplora,build-file-store,build-testenv— each with per-featurecargo buildsteps and acargo test --all-featuresstepmsrvjob: Simplified from a matrix to a single flat job targeting 1.85.0; runscargo build --workspace --all-targetsandcargo test --workspace --lib --tests --all-featurescheck-no-std: Updated to checkbdk_coreandbdk_chainwith no default features + withhashbrownandminiscript; cross-compilation againstthumbv6m-none-eabiis stubbed out as usual to be addressed in a separate PRcc #1944