diff --git a/cli/tools/test/mod.rs b/cli/tools/test/mod.rs index caf1a8dd29..4899a89063 100644 --- a/cli/tools/test/mod.rs +++ b/cli/tools/test/mod.rs @@ -1656,6 +1656,12 @@ pub async fn run_tests_with_watch( ) .await?; + file_container.check().await?; + + if workspace_test_options.no_run { + return Ok(()); + } + let factories_with_specifiers = if let Some(changed_paths) = changed_paths { file_container