Disable empty binary test suites for agent and attractor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-02-27 17:41:17 -05:00
parent f714e300a5
commit 030086a110
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ doctest = false
[[bin]]
name = "agent"
path = "src/main.rs"
test = false
[dependencies]
clap.workspace = true

View file

@ -15,6 +15,7 @@ doctest = false
[[bin]]
name = "attractor"
path = "src/main.rs"
test = false
[features]
default = ["server"]