Skip to content

Commit

Permalink
Add build tags to vscode build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed May 27, 2022
1 parent bd9511e commit d2b37fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"GITLAB_TOKEN": "ACCTEST1234567890123",
"GITLAB_BASE_URL": "http://127.0.0.1:8080"
},
"go.testFlags": ["-count=1", "-v", "-tags=acceptance", "-tags=acceptance"]
"go.testFlags": ["-count=1", "-v", "-tags=acceptance"],
"go.buildFlags": ["-tags=acceptance"]
}

0 comments on commit d2b37fd

Please sign in to comment.