session and seat management daemon
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): pre-build daemon binary before cargo test

Mirrors the coverage workflow — cargo test may only produce the
instrumented test binary and not target/debug/daemon, which integration
tests need to spawn as a subprocess.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

parzivale (Jul 12, 2026, 8:52 PM +0200) e28b05f3 1fbd9ec7

+1
+1
.tangled/workflows/test.yaml
··· 16 16 steps: 17 17 - name: cargo test 18 18 command: | 19 + cargo build --package daemon 19 20 cargo test --package daemon