mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
5548098e08
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>