From c588308bc1287d54d93ee9e03d614172c990e9c5 Mon Sep 17 00:00:00 2001 From: WaterWhisperer Date: Fri, 3 Oct 2025 19:23:20 +0800 Subject: [PATCH] Enable `track_location` tests --- tools/ci/src/commands/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/src/commands/test.rs b/tools/ci/src/commands/test.rs index 68fc9ba67c5dd..ae449f6a8fec2 100644 --- a/tools/ci/src/commands/test.rs +++ b/tools/ci/src/commands/test.rs @@ -20,7 +20,7 @@ impl Prepare for TestCommand { PreparedCommand::new::( cmd!( sh, - "cargo test --workspace --lib --bins --tests {no_fail_fast...} {jobs_ref...} -- {test_threads_ref...}" + "cargo test --workspace --lib --bins --tests --features bevy_ecs/track_location {no_fail_fast...} {jobs_ref...} -- {test_threads_ref...}" ), "Please fix failing tests in output above.", ),