Show -v verbose flag in go test task label (#15375)

This commit is contained in:
Peter Tripp 2024-07-28 11:48:40 -04:00 committed by GitHub
parent 66ada3e44c
commit 49f87165ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -537,7 +537,7 @@ impl ContextProvider for GoContextProvider {
},
TaskTemplate {
label: format!(
"go test {} -run {}/{}",
"go test {} -v -run {}/{}",
GO_PACKAGE_TASK_VARIABLE.template_value(),
VariableName::Symbol.template_value(),
GO_SUBTEST_NAME_TASK_VARIABLE.template_value(),