Skip to content

Commit 3034647

Browse files
CodeGhost21claude
andcommitted
Fix test.yml: build + stage sidecar before Tauri shell tests
The Tauri build script validates sidecar resource paths even during cargo test. Build and stage the openhuman binary so Tauri shell tests can run, catching real integration issues early. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 82b3d0c commit 3034647

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
- name: Test core crate (openhuman)
102102
run: cargo test -p openhuman
103103

104+
# Tauri build script validates sidecar resource paths even during cargo test,
105+
# so the openhuman binary must be built and staged before shell tests can run.
104106
- name: Build sidecar core binary
105107
run: cargo build --manifest-path Cargo.toml --release --target x86_64-unknown-linux-gnu --bin openhuman
106108

0 commit comments

Comments
 (0)