发布

  • fix: skip LEAN_CTX_SHELL env test on Windows (flaky in parallel)
    Release / Build aarch64-apple-darwin (push) Has been cancelled
    Release / Build x86_64-apple-darwin (push) Has been cancelled
    Release / Build aarch64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-unknown-linux-musl (push) Has been cancelled
    Release / Build x86_64-unknown-linux-gnu (push) Has been cancelled
    Release / Build x86_64-pc-windows-msvc (push) Has been cancelled
    Release / Create Release (push) Has been cancelled
    Release / Publish to crates.io (push) Has been cancelled
    Release / Publish to npm (push) Has been cancelled

    frostbyte_neo 发布于 2026-04-09 12:13:00 +00:00

    std::env::set_var is not thread-safe in Rust tests. On Windows CI,
    parallel test execution causes detect_shell() to miss the env var
    and fall back to PowerShell detection. The test is Unix-specific.

    Made-with: Cursor

    下载附件