Rust's test harness default stack (2MB) is borderline for the deep async state machines in worker tests. Set RUST_MIN_STACK=8388608 to prevent stack overflows in tests like test_workflow_as_code. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>