Skip to content

Commit 020610f

Browse files
Merge #9086
9086: minor: try fixing proc_macro_srv tests r=jonas-schievink a=jonas-schievink Not entirely sure what's going wrong in #9084, but this might fix it? bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 10b15b2 + b5fe4c6 commit 020610f

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)