diff --git a/crates/radicle/src/rad.rs b/crates/radicle/src/rad.rs index fdcd15b9..fdc91be0 100644 --- a/crates/radicle/src/rad.rs +++ b/crates/radicle/src/rad.rs @@ -165,6 +165,7 @@ pub enum ForkError { } /// Create a local tree for an existing project, from an existing remote. +#[cfg(any(test, feature = "test"))] pub fn fork_remote( proj: RepoId, remote: &RemoteId,