huskies: merge 546_refactor_rename_bot_test_command_to_run_tests_to_avoid_eating_chat_messages
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user