Skip to content

Commit

Permalink
Show -v verbose flag in go test task label (#15375)
Browse files Browse the repository at this point in the history
  • Loading branch information
notpeter authored Jul 28, 2024
1 parent 66ada3e commit 49f8716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/languages/src/go.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 49f8716

Please sign in to comment.