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.