tui: just run-tui recipe & Forgejo Actions CI integration #44
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#44
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a developer working on loom-tui, I want a one-liner to run it in debug mode and CI coverage on every push, so that local iteration and regression detection are frictionless.
Acceptance criteria
justfile
just run-tui— runscargo run -p loom-tuiwithRUST_LOG=loom=debug,loom_tui=debugjust build-tui—cargo build -p loom-tuijust qacontinues to cover the new crate (fmt,clippy,test-p all)Forgejo CI
.forgejo/workflows/qa.ymlremains singleqajob; verify it picks uploom-tuiautomatically because it already targets the workspaceloom-tuiis not skippedrelease.yml) builds theloom-tuibinary for x86_64 and aarch64 and uploads it under a dedicated artifact (loom-tui-{VERSION}-{ARCH}-linux.tar.gz)Docs
just run-tuiTests
cargo test -p loom-tuiOut of scope
References