mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53: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:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -125,8 +125,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Windows
|
- name: Test Windows
|
||||||
if: ${{ matrix.os=='windows-2022'}}
|
if: ${{ matrix.os=='windows-2022'}}
|
||||||
working-directory: ./apps/desktop/desktop_native/core
|
working-directory: ./apps/desktop/desktop_native
|
||||||
run: cargo test -- --test-threads=1
|
run: cargo test --workspace --exclude=desktop_napi -- --test-threads=1
|
||||||
|
|
||||||
rust-coverage:
|
rust-coverage:
|
||||||
name: Rust Coverage
|
name: Rust Coverage
|
||||||
|
|||||||
Reference in New Issue
Block a user