huskies: merge 546_refactor_rename_bot_test_command_to_run_tests_to_avoid_eating_chat_messages

This commit is contained in:
dave
2026-04-12 13:06:47 +00:00
parent b4dbfcbde6
commit 6b1737d52d
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ pub fn commands() -> &'static [BotCommand] {
handler: coverage::handle_coverage,
},
BotCommand {
name: "test",
name: "run_tests",
description: "Run the project's test suite (`script/test`) and show pass/fail with output",
handler: run_tests::handle_test,
},