From 027c768ea6c33163a5d9423ec49eecd1d24f3a64 Mon Sep 17 00:00:00 2001 From: Yuyuan Yuan Date: Thu, 13 Aug 2026 02:18:24 +0800 Subject: [PATCH] =?UTF-8?q?test(ci):=20temporary=20probe=20=E2=80=94=20run?= =?UTF-8?q?=20interop=20on=20unmodified=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/hiroz-tests/tests/demo_nodes.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/hiroz-tests/tests/demo_nodes.rs b/crates/hiroz-tests/tests/demo_nodes.rs index 520f5f9ed..4cc812b35 100644 --- a/crates/hiroz-tests/tests/demo_nodes.rs +++ b/crates/hiroz-tests/tests/demo_nodes.rs @@ -1,4 +1,5 @@ #![cfg(feature = "ros-interop")] +// CI baseline probe: does the lyrical interop job pass on unmodified main today? mod common;