Skip to content

Commit 0f4b954

Browse files
committed
Add build tags to vscode build flags
1 parent 78a0cf7 commit 0f4b954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"GITLAB_TOKEN": "ACCTEST1234567890123",
55
"GITLAB_BASE_URL": "http://127.0.0.1:8080"
66
},
7-
"go.testFlags": ["-count=1", "-v", "-tags=acceptance", "-tags=acceptance"]
7+
"go.testFlags": ["-count=1", "-v", "-tags=acceptance"],
8+
"go.buildFlags": ["-tags=acceptance"]
89
}

0 commit comments

Comments
 (0)