diff --git a/ui_test/Cargo.toml b/ui_test/Cargo.toml index 92c00915cbfe..f221cc93fa71 100644 --- a/ui_test/Cargo.toml +++ b/ui_test/Cargo.toml @@ -3,7 +3,9 @@ name = "ui_test" version = "0.1.0" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[lib] +test = true # we have unit tests +doctest = false # but no doc tests [dependencies] rustc_version = "0.4"