diff --git a/radicle/Cargo.toml b/radicle/Cargo.toml index 4e786e58..4050badb 100644 --- a/radicle/Cargo.toml +++ b/radicle/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [features] default = [] -test = ["quickcheck"] +test = ["quickcheck", "radicle-crypto/test", "radicle-node/test"] sql = ["sqlite"] [dependencies]