Skip to content

Commit

Permalink
remove duplicate background
Browse files Browse the repository at this point in the history
  • Loading branch information
leep-frog committed Feb 28, 2024
1 parent 38bc9db commit aeebba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/src/goTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ export const testWorkspace: CommandFactory = () => (args: any) => {
dir: workspaceUri.fsPath,
background: !!args?.background,
flags: getTestFlags(goConfig, args),
background: !!args?.background,
includeSubDirectories: true
};
// Remember this config as the last executed test.
Expand Down

0 comments on commit aeebba9

Please sign in to comment.