Remove test = false from lib

`cargo test --all` doesn't work anyways, so this doesn't do anything
useful
This commit is contained in:
Jonas Schievink
2020-08-31 19:16:07 +02:00
parent 01ecb349d0
commit a4b0c0966f
-3
View File
@@ -5,9 +5,6 @@ name = "{{project-name}}"
edition = "2018" edition = "2018"
version = "0.1.0" version = "0.1.0"
[lib]
test = false
[workspace] [workspace]
members = ["testsuite"] members = ["testsuite"]