From c615e9248aed8ce6bbb5ae73d38595bde3457bae Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 26 Feb 2023 17:35:53 +0000 Subject: [PATCH] Run tests for all crates in the regex workspace --- build_system/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system/tests.rs b/build_system/tests.rs index ba0a98e7371..956a61ceaec 100644 --- a/build_system/tests.rs +++ b/build_system/tests.rs @@ -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");