You've already forked ghidra-cli
mirror of
https://github.com/encounter/ghidra-cli.git
synced 2026-03-30 11:12:36 -07:00
1614c24f76
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>