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 b193419 commit c615e92Copy full SHA for c615e92
build_system/tests.rs
@@ -187,7 +187,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
187
188
if runner.is_native {
189
let mut run_cmd = REGEX.test(&runner.target_compiler, &runner.dirs);
190
- run_cmd.args(["--tests", "--", "-q"]);
+ run_cmd.args(["--workspace", "--", "-q"]);
191
spawn_and_wait(run_cmd);
192
} else {
193
eprintln!("Cross-Compiling: Not running tests");
0 commit comments