Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: use feature matrix for cargo test
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. 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.
- Loading branch information