mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
ci(desktop): cover nested terminal workspace
Co-authored-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com> Signed-off-by: tlongwell-block <109685178+tlongwell-block@users.noreply.github.com>
This commit is contained in:
co-authored by
tlongwell-block
parent
a094adce9a
commit
0f5e6816ca
@@ -1023,7 +1023,7 @@ jobs:
|
||||
git log -1 --format=%s | grep -qx smoke
|
||||
echo "Host bash resolved and functional; git commit round-trip passed"
|
||||
- name: Check (Tauri crate)
|
||||
run: cargo check --manifest-path desktop/src-tauri/Cargo.toml --target $env:TARGET
|
||||
run: cargo check --manifest-path desktop/src-tauri/Cargo.toml --workspace --all-targets --target $env:TARGET
|
||||
env:
|
||||
CMAKE_POLICY_VERSION_MINIMUM: "3.5"
|
||||
- name: Test (Tauri crate)
|
||||
|
||||
@@ -200,7 +200,7 @@ desktop-tauri-check: _ensure-sidecar-stubs
|
||||
|
||||
# Run desktop Tauri Rust unit tests
|
||||
desktop-tauri-test: _ensure-sidecar-stubs
|
||||
cd desktop/src-tauri && cargo test
|
||||
cd desktop/src-tauri && cargo test --workspace
|
||||
|
||||
# Verify compiled-flag behavior under both compile states (clean + internal).
|
||||
# Runs the observer_archive focused test twice with independently supplied
|
||||
|
||||
Reference in New Issue
Block a user