Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: adopt feature matrix, no-std build
Adopts a similar feature matrix approach as the asn1-rs CI. `cargo test` will be run for default features, and all features (at the time of writing, there's only 1 `std` feature, so these are equivalent). Like asn1-rs a separate job is added for running a `--no-default-features` no-std build.
- Loading branch information