-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: properly test feature matrix of libp2p
using cargo-hack
#4880
base: master
Are you sure you want to change the base?
Conversation
bf253ce
to
801cde5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the fix and the updated CI!
@mxinden I've reduced the checking of feature matrices down to a select few transports. That keeps the combinations at a reasonable level such that we don't need to specify |
This comment was marked as resolved.
This comment was marked as resolved.
@mxinden Feel free to merge the companion PR (libp2p/github-mgmt#198) and this at any time. |
This pull request has merge conflicts. Could you please resolve them @thomaseizinger? 🙏 |
1 similar comment
This pull request has merge conflicts. Could you please resolve them @thomaseizinger? 🙏 |
96af94f
to
d0c6443
Compare
@mxinden This would be ready if the companion PR is also merged. |
This pull request has merge conflicts. Could you please resolve them @thomaseizinger? 🙏 |
Description
Instead of specifying a feature matrix manually, use
cargo-hack
to run through an entire matrix of features for thelibp2p
crate.Notes & open questions
Change checklist