containers / ocidir-rs

Low level Rust library for working with OCI (opencontainers) directories
Apache License 2.0
4 stars 3 forks source link

Fix doctest and run doctests in github CI #17

Closed ariel-miculas closed 1 week ago

ariel-miculas commented 1 week ago

cargo test --all-features does not run doc-tests. See https://github.com/rust-lang/cargo/issues/6669