1
Fork 0

Run tests for all crates in the regex workspace

This commit is contained in:
bjorn3 2023-02-26 17:35:53 +00:00
parent b193419ec7
commit c615e9248a

View file

@ -187,7 +187,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
if runner.is_native { if runner.is_native {
let mut run_cmd = REGEX.test(&runner.target_compiler, &runner.dirs); 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); spawn_and_wait(run_cmd);
} else { } else {
eprintln!("Cross-Compiling: Not running tests"); eprintln!("Cross-Compiling: Not running tests");