diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8db299608..c9e4e42a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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