Skip to content

Commit c615e92

Browse files
committed
Run tests for all crates in the regex workspace
1 parent b193419 commit c615e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
187187

188188
if runner.is_native {
189189
let mut run_cmd = REGEX.test(&runner.target_compiler, &runner.dirs);
190-
run_cmd.args(["--tests", "--", "-q"]);
190+
run_cmd.args(["--workspace", "--", "-q"]);
191191
spawn_and_wait(run_cmd);
192192
} else {
193193
eprintln!("Cross-Compiling: Not running tests");

0 commit comments

Comments
 (0)