1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Re-enable CI to run rust unit tests in desktop_native on Windows platform (#16711)

* Re-enable CI to run rust unit tests in desktop_native on Windows platform

* selectively exclude napi crate

* use proper package name
This commit is contained in:
neuronull
2025-10-06 13:38:17 -07:00
committed by GitHub
parent 9aed9aa08e
commit aa3be491d7

View File

@@ -125,8 +125,8 @@ jobs:
- name: Test Windows
if: ${{ matrix.os=='windows-2022'}}
working-directory: ./apps/desktop/desktop_native/core
run: cargo test -- --test-threads=1
working-directory: ./apps/desktop/desktop_native
run: cargo test --workspace --exclude=desktop_napi -- --test-threads=1
rust-coverage:
name: Rust Coverage