From ae009efb5adfd9dd215d715b547f5a01779d9ab6 Mon Sep 17 00:00:00 2001 From: ualtinok Date: Wed, 5 Aug 2026 19:12:54 +0200 Subject: [PATCH 1/2] probe: run Windows CI at the pre-normalization base From d75bb651769615a5dae2747abb5033a411086df5 Mon Sep 17 00:00:00 2001 From: ualtinok Date: Wed, 5 Aug 2026 19:14:05 +0200 Subject: [PATCH 2/2] probe: touch a filtered path so Tests triggers --- crates/aft/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/aft/src/lib.rs b/crates/aft/src/lib.rs index 78175f65..aca50970 100644 --- a/crates/aft/src/lib.rs +++ b/crates/aft/src/lib.rs @@ -291,3 +291,5 @@ mod tests { assert_eq!(cfg.type_checker_timeout_secs, 30); } } + +// A/B probe marker: empty behavioral change to trigger the Tests workflow.