Run tests for all crates in the regex workspace
This commit is contained in:
parent
b193419ec7
commit
c615e9248a
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
|
|||
|
||||
if runner.is_native {
|
||||
let mut run_cmd = REGEX.test(&runner.target_compiler, &runner.dirs);
|
||||
run_cmd.args(["--tests", "--", "-q"]);
|
||||
run_cmd.args(["--workspace", "--", "-q"]);
|
||||
spawn_and_wait(run_cmd);
|
||||
} else {
|
||||
eprintln!("Cross-Compiling: Not running tests");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue