Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: make tests in tests mod run
Slack Coder committed 3 years ago
commit 507bc2237a80ba9839e33ec1b465d2a44fb4bbbb
parent 72ec0775c7fab75a5fe8d634e20ae11a73b5d309
1 file changed +2 -0
modified radicle-node/src/lib.rs
@@ -8,6 +8,8 @@ pub mod service;
pub mod sql;
#[cfg(any(test, feature = "test"))]
pub mod test;
+
#[cfg(test)]
+
pub mod tests;
pub mod transport;
pub mod wire;