mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
Disable empty binary test suites for agent and attractor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f714e300a5
commit
030086a110
2 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ doctest = false
|
|||
[[bin]]
|
||||
name = "agent"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
clap.workspace = true
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ doctest = false
|
|||
[[bin]]
|
||||
name = "attractor"
|
||||
path = "src/main.rs"
|
||||
test = false
|
||||
|
||||
[features]
|
||||
default = ["server"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue