diff --git a/radicle/src/profile/config.rs b/radicle/src/profile/config.rs index 3b1ca84c..2bd439d1 100644 --- a/radicle/src/profile/config.rs +++ b/radicle/src/profile/config.rs @@ -365,6 +365,7 @@ impl From for ConfigPath { #[cfg(test)] #[allow(clippy::unwrap_used)] mod test { + #[cfg(feature = "schemars")] #[test] fn schema() { use super::Config;