-
Notifications
You must be signed in to change notification settings - Fork 314
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
Add CI tests for building individual packages #1018
Comments
I gave it a try, and it doesn't seem each package can be built with |
Oh, I guess that's the reason we have the |
I think we won't be able to fix this issue until rust-bitcoin/rust-miniscript#681 is done. |
I'll check if the changes from miniscript#681 would unblock this. |
Describe the enhancement
As described in #1017 it's possible in the
build-test
job for--no-default-features
and--all-features
tests to pass, but building individual packages can still fail.To make sure this doesn't happen again we should test building each package individually with
default
,--all-features
, and--no-default-features
.Use case
Catch broken feature configurations sooner.
The text was updated successfully, but these errors were encountered: