mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Implement auth handler integration test
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -14,7 +14,7 @@
|
||||
"go.lintTool": "golangci-lint",
|
||||
"go.lintOnSave": "package",
|
||||
"go.formatTool": "goimports",
|
||||
"go.testFlags": ["-tags=test"],
|
||||
"go.testFlags": ["-tags=test,integration"],
|
||||
"[go]": {
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
@@ -25,6 +25,6 @@
|
||||
"gopls": {
|
||||
"usePlaceholders": true,
|
||||
"staticcheck": true,
|
||||
"buildFlags": ["-tags", "test"]
|
||||
"buildFlags": ["-tags", "test,integration"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user