Add a "just check" command

This commit is contained in:
Stefan Haller 2026-06-07 15:49:25 +02:00
parent 68f3bcf53b
commit badb089a86

View file

@ -46,6 +46,10 @@ e2e-tui *args:
e2e-all:
go test pkg/integration/clients/*.go
# Run some tests on the current commit, similar to what CI does.
check:
./scripts/check_commit.sh
bump-gocui:
scripts/bump_gocui.sh