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 <noreply@anthropic.com>
This commit is contained in:
Henry Park
2026-08-24 01:34:12 +00:00
parent fa1796e941
commit 8058261cdd

View File

@@ -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.