Show -v verbose flag in go test task label (#15375)
This commit is contained in:
parent
66ada3e44c
commit
49f87165ea
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ impl ContextProvider for GoContextProvider {
|
||||||
},
|
},
|
||||||
TaskTemplate {
|
TaskTemplate {
|
||||||
label: format!(
|
label: format!(
|
||||||
"go test {} -run {}/{}",
|
"go test {} -v -run {}/{}",
|
||||||
GO_PACKAGE_TASK_VARIABLE.template_value(),
|
GO_PACKAGE_TASK_VARIABLE.template_value(),
|
||||||
VariableName::Symbol.template_value(),
|
VariableName::Symbol.template_value(),
|
||||||
GO_SUBTEST_NAME_TASK_VARIABLE.template_value(),
|
GO_SUBTEST_NAME_TASK_VARIABLE.template_value(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue