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
Adopts a similar feature matrix approach as the asn1-rs CI. `cargo test`
will be run for no default features, default features, and all features.
It doesn't seem worthwhile in this case to test various individual
features.
The asn1-rs matrix differs only by having a separate "no std" job that
uses `--no-default-features`. Since this crate doesn't offer a std
feature we roll this step into the same matrix as the other feature
configs.
0 commit comments