-
fix(test): use Path::join for cross-platform codex doc tests
Release / Build aarch64-apple-darwin (push) Has been cancelledRelease / Build x86_64-apple-darwin (push) Has been cancelledRelease / Build aarch64-unknown-linux-musl (push) Has been cancelledRelease / Build aarch64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-unknown-linux-musl (push) Has been cancelledRelease / Build x86_64-unknown-linux-gnu (push) Has been cancelledRelease / Build x86_64-pc-windows-msvc (push) Has been cancelledRelease / Create Release (push) Has been cancelledRelease / Publish to crates.io (push) Has been cancelledRelease / Publish to npm (push) Has been cancelledRelease / Update Homebrew (push) Has been cancelled发布于
2026-05-12 15:42:16 +00:00 The tests used format!("{}/LEAN-CTX.md", dir) which produces mixed
separators on Windows (backslash dir + forward slash file). Use
dir.join("LEAN-CTX.md").display() for correct native paths.Co-authored-by: Cursor cursoragent@cursor.com
下载附件