From fd0c37dae3dd09a3839b42cf315af12644803ead Mon Sep 17 00:00:00 2001
From: librelois <c@elo.tf>
Date: Mon, 17 Jan 2022 16:31:56 +0100
Subject: [PATCH] add gtest native runtime by default

---
 node/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/node/Cargo.toml b/node/Cargo.toml
index 45e9a5e24..9af591079 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"]
-- 
GitLab