fabro/lib/crates/fabro-cli/tests/cmd/validate/parallel.toml
Bryan Helmkamp 008fdb03dc
Add inherit = false to all trycmd test envs to prevent CI flakiness
The doctor dry-run test was failing in CI because it inherited the host
environment. With no LLM API keys set, the doctor reported errors and
exited non-zero. Adding `inherit = false` to all 18 .toml test files
ensures deterministic behavior regardless of the host environment.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 16:43:23 -04:00

9 lines
133 B
TOML

bin.name = "fabro"
args = ["validate", "../../../test/parallel.fabro"]
[env]
inherit = false
[fs]
sandbox = false
cwd = "../../.."