radicle: schemars test should be behind feature flag

A `#[cfg(feature = "schemars")]` was missed in the `profile/config.rs` module
since it was part of the test module.
This commit is contained in:
Fintan Halpenny 2025-05-30 09:25:17 +02:00
parent 5b4cbc2cd8
commit c57d43f2f5
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ impl From<String> for ConfigPath {
#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod test {
#[cfg(feature = "schemars")]
#[test]
fn schema() {
use super::Config;