Skip to content

Commit b5fe4c6

Browse files
Use cargo check again
1 parent 10b15b2 commit b5fe4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc_macro_srv/src/tests/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub mod fixtures {
1616
let name = "proc_macro_test";
1717
let version = "0.0.0";
1818
let command = Command::new(toolchain::cargo())
19-
.args(&["build", "-p", name, "--message-format", "json"])
19+
.args(&["check", "--tests", "--message-format", "json"])
2020
.output()
2121
.unwrap()
2222
.stdout;

0 commit comments

Comments
 (0)