mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-09-01 14:58:25 +08:00
0ae561b8d2
* ci: run WSL2 contract tests via prebuilt binaries link.exe/mt.exe fails to create manifests when TEMP points to a WSL UNC path (LNK1327). Run precompiled test binaries directly instead of re-invoking cargo, and explicitly set native TEMP during compilation. * ci: harden prebuilt WSL2 contract runner Keep the scheduled full-suite workflow unchanged until it can be validated independently. Drain Cargo's JSON stream before using the test binary and propagate its exit status. --------- Co-authored-by: saladday <1203511142@qq.com>