From 63f6e987ef5aa65de3e6e8479b95e5998c33ef20 Mon Sep 17 00:00:00 2001 From: Henry Park <16583448+henrypark133@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:34:10 +0000 Subject: [PATCH] test(ci): temporary no-op to exercise the nextest exact-target arm THROWAWAY branch. Comment-only change to one test file so the planner emits exact_targets for ironclaw_network, exercising the nextest exact-target invocation on a real load before #7817 reaches the merge queue. Co-Authored-By: Claude Fable 5 --- crates/substrates/ironclaw_network/tests/boundary_contract.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/substrates/ironclaw_network/tests/boundary_contract.rs b/crates/substrates/ironclaw_network/tests/boundary_contract.rs index 599763d298..1829e4d2dd 100644 --- a/crates/substrates/ironclaw_network/tests/boundary_contract.rs +++ b/crates/substrates/ironclaw_network/tests/boundary_contract.rs @@ -26,3 +26,6 @@ fn network_crate_does_not_depend_on_workflow_runtime_secret_or_observability_cra ); } } + +// CI exercise (temporary): forces the planner to emit exact_targets so the +// nextest exact-target arm actually runs. Delete with this branch.