We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef0464 commit d8965cdCopy full SHA for d8965cd
tools/ci/src/commands/test_check.rs
@@ -11,7 +11,7 @@ impl Prepare for TestCheckCommand {
11
fn prepare<'a>(&self, sh: &'a xshell::Shell, _flags: Flag) -> Vec<PreparedCommand<'a>> {
12
vec![PreparedCommand::new::<Self>(
13
cmd!(sh, "cargo check --workspace --tests"),
14
- "Please fix compiler examples for tests in output above.",
+ "Please fix compiler errors for tests in output above.",
15
)]
16
}
17
0 commit comments