Skip to content

Commit 38bc9db

Browse files
committed
Merge branch 'go-test-background-arg' of github.com:leep-frog/vscode-go into go-test-background-arg
2 parents 51972b9 + 21902d5 commit 38bc9db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extension/src/goTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ export const testWorkspace: CommandFactory = () => (args: any) => {
353353
dir: workspaceUri.fsPath,
354354
background: !!args?.background,
355355
flags: getTestFlags(goConfig, args),
356+
background: !!args?.background,
356357
includeSubDirectories: true
357358
};
358359
// Remember this config as the last executed test.

0 commit comments

Comments
 (0)