ci: run cargo tests single-threaded to fix HOME env race

This commit is contained in:
Jason
2026-04-02 20:38:31 +08:00
parent 9a44245b73
commit 8cdc07c860

View File

@@ -96,4 +96,4 @@ jobs:
run: cargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings
- name: Run tests
run: cargo test --manifest-path src-tauri/Cargo.toml
run: cargo test --manifest-path src-tauri/Cargo.toml -- --test-threads=1