From 4f4731de5d469c33e6b46dfee0bdea552fc5cabe Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Mon, 22 Jan 2024 00:29:48 -0800 Subject: [PATCH] garden: add run and run/qt6 commands Signed-off-by: David Aguilar --- garden.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/garden.yaml b/garden.yaml index 892f162c..416b8898 100644 --- a/garden.yaml +++ b/garden.yaml @@ -108,6 +108,8 @@ trees: pylint: | ${PYLINT} --version ${PYLINT} ${PYLINT_OPTIONS} --rcfile=.pylintrc "$@" cola test + run: ${activate} ./bin/git-cola "$@" + run/qt6: ${activate} QT_API=PyQt6 ./bin/git-cola "$@" test: ${activate} ${PYTEST_CMD} cola test "$@" tox: ${TOX} run "$@" tox/check: ${TOX} run -e check "$@" -- 2.11.4.GIT