Start --feature-powerset
with --all-features
#246
Labels
A-features
Area: features (--feature-powerset, --each-feature, etc.)
--feature-powerset
with --all-features
#246
When used as part of CI it's beneficial for
cargo hack
to fail early. If crate has a failing feature, then tests are likely to fail oncargo test --all-features
, so it arguably makes sense forcargo hack
to start with it and only after it has succeeded to continue check other feature combinations. If--exclude-features
is used, then we should start with the biggest number of allowed features.Relevant issue: RustCrypto/actions#40
The text was updated successfully, but these errors were encountered: