bread-ecosystem/bakery
Breadway 1322fc31ac
All checks were successful
dev bakery / build (push) Successful in 39s
bakery: fix confirm() test hang when stdin is a real tty
confirm() checked the actual process stdin's is_terminal() state, which
is true when cargo test is run from an interactive shell rather than
CI/piped input — the two confirm-dependent tests then blocked on a
read_line nobody was there to answer. Force stdin_is_terminal() to
false in test builds so the tests never touch real stdin at all.
2026-08-12 09:23:37 +08:00
..
src bakery: fix confirm() test hang when stdin is a real tty 2026-08-12 09:23:37 +08:00
Cargo.toml bakery: add search, completions, rollback, verify, purge, dry-run, self-update 2026-08-05 17:10:31 +08:00