mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-04-11 13:49:52 +08:00
ci: run cargo tests single-threaded to fix HOME env race
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user