mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
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>
9 lines
133 B
TOML
9 lines
133 B
TOML
bin.name = "fabro"
|
|
args = ["validate", "../../../test/parallel.fabro"]
|
|
|
|
[env]
|
|
inherit = false
|
|
|
|
[fs]
|
|
sandbox = false
|
|
cwd = "../../.."
|