From 0f5e6816ca3cc8550522c4b08eaeafa1d92db5bc Mon Sep 17 00:00:00 2001 From: npub1t2tgm7d8f995uqvmnm8h88sg3wnpp9a5xysjf6dg3tjmgt3ltulqdp8ehr <5a968df9a7494b4e019b9ecf739e088ba61097b4312124e9a88ae5b42e3f5f3e@buzz.block.builderlab.xyz> Date: Sat, 1 Aug 2026 19:24:52 -0400 Subject: [PATCH] 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> --- .github/workflows/ci.yml | 2 +- Justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d392170f6..f7c929f2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) diff --git a/Justfile b/Justfile index 64a1f36da..1eff300b7 100644 --- a/Justfile +++ b/Justfile @@ -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