From 8058261cdd9dc2546641bba51d79e6d316038e6c Mon Sep 17 00:00:00 2001 From: Henry Park <16583448+henrypark133@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:34:12 +0000 Subject: [PATCH] test(ci): temporary no-op to exercise the nextest bulk arm THROWAWAY branch. Comment-only change to one crate source file so the planner selects 12 packages across 3 crate buckets, exercising the nextest bulk invocation on a real load before #7817 reaches the merge queue. Co-Authored-By: Claude Fable 5 --- crates/substrates/ironclaw_network/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/substrates/ironclaw_network/src/lib.rs b/crates/substrates/ironclaw_network/src/lib.rs index 7675d712dd..f77d476f66 100644 --- a/crates/substrates/ironclaw_network/src/lib.rs +++ b/crates/substrates/ironclaw_network/src/lib.rs @@ -38,3 +38,6 @@ pub use url_target::{ NetworkTargetUrlError, is_path_segment_credential_material, is_rfc3986_unreserved_segment, network_target_for_url, percent_decode_url_component_lossy, }; + +// CI exercise (temporary): forces a multi-bucket affected closure so the +// nextest bulk arm runs on a real load. Delete with this branch.