Use cargo check again

This commit is contained in:
Jonas Schievink 2021-05-31 18:58:36 +02:00
parent 10b15b27f2
commit b5fe4c6ef0

View file

@ -16,7 +16,7 @@ pub mod fixtures {
let name = "proc_macro_test";
let version = "0.0.0";
let command = Command::new(toolchain::cargo())
.args(&["build", "-p", name, "--message-format", "json"])
.args(&["check", "--tests", "--message-format", "json"])
.output()
.unwrap()
.stdout;