From 053902ba7005e6d7adcf16f0abef7ee67afb6e8c Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Sat, 22 Jan 2022 19:44:44 +0100 Subject: [PATCH] build: not build gtest runtime by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index de1092a02..262ac7325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = 'duniter' path = "node/src/main.rs" [features] -default = ["gdev", "gtest"] +default = ["gdev"] g1 = ["g1-runtime"] gdev = ["gdev-runtime"] gtest = ["gtest-runtime"] -- GitLab