You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: