From a4b0c0966fe06ebbb88038b45395a1b520000e10 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 31 Aug 2020 19:16:07 +0200 Subject: [PATCH] Remove test = false from lib `cargo test --all` doesn't work anyways, so this doesn't do anything useful --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c450280..d775330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,6 @@ name = "{{project-name}}" edition = "2018" version = "0.1.0" -[lib] -test = false - [workspace] members = ["testsuite"]