Remove test = false from lib
`cargo test --all` doesn't work anyways, so this doesn't do anything useful
This commit is contained in:
@@ -5,9 +5,6 @@ name = "{{project-name}}"
|
||||
edition = "2018"
|
||||
version = "0.1.0"
|
||||
|
||||
[lib]
|
||||
test = false
|
||||
|
||||
[workspace]
|
||||
members = ["testsuite"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user