We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a0cf7 commit 0f4b954Copy full SHA for 0f4b954
.vscode/settings.json
@@ -4,5 +4,6 @@
4
"GITLAB_TOKEN": "ACCTEST1234567890123",
5
"GITLAB_BASE_URL": "http://127.0.0.1:8080"
6
},
7
- "go.testFlags": ["-count=1", "-v", "-tags=acceptance", "-tags=acceptance"]
+ "go.testFlags": ["-count=1", "-v", "-tags=acceptance"],
8
+ "go.buildFlags": ["-tags=acceptance"]
9
}
0 commit comments