codelabsab / rust-ocpp

Libraries for ocpp 1.6 and 2.0.1
https://docs.rs/rust-ocpp/latest/rust_ocpp/
Apache License 2.0
64 stars 15 forks source link

fix: only test enabled features #25

Closed Erk- closed 11 months ago

Erk- commented 11 months ago

All features was tested regadless of the features enabled which lead to issues when running cargo test without the --all-features flag.