diff --git a/node/Cargo.toml b/node/Cargo.toml index 45e9a5e2446c6c7bf1d0ae03fb136150dc64b8dd..9af591079197c490800975b19bf81321a42cd411 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -16,7 +16,7 @@ targets = ['x86_64-unknown-linux-gnu'] name = 'duniter' [features] -default = ["gdev"] +default = ["gdev", "gtest"] g1 = ["g1-runtime"] gdev = ["gdev-runtime"] gtest = ["gtest-runtime"]