Files
Alexander Kiselev 1614c24f76 fix: split release workflow integration tests to match test.yml structure
Running all tests with `cargo test --test '*'` causes cross-contamination:
OnceLock-based test binaries (comment_tests etc.) leave the bridge running,
and daemon_tests reuses then stops that bridge, leaving subsequent daemon
tests unable to start a fresh bridge ("Could not find project").

Split into separate cargo test invocations matching test.yml groups, with
explicit bridge stops between groups to ensure clean state.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 16:50:39 -08:00
..
2026-01-21 18:01:33 -08:00
2026-01-26 16:04:00 -08:00