coreos / ignition-config-rs

Data structures for reading/writing Ignition configs
https://crates.io/crates/ignition-config
Apache License 2.0
3 stars 5 forks source link

workflows: run build/test/clippy with `--all-targets` #37

Closed bgilbert closed 1 year ago

bgilbert commented 1 year ago

By default, cargo clippy does not check tests. Run it with --all-targets to fix this. For consistency, add the same option to cargo build and cargo test.