Add migrations tests

This commit is contained in:
2024-11-24 00:17:08 +01:00
parent 9d81b1036d
commit 1e7cd0934e
4 changed files with 192 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
"go.lintTool": "golangci-lint",
"go.lintOnSave": "package",
"go.formatTool": "goimports",
"go.testFlags": ["-tags=test"],
"[go]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
@@ -23,6 +24,7 @@
},
"gopls": {
"usePlaceholders": true,
"staticcheck": true
"staticcheck": true,
"buildFlags": ["-tags", "test"]
}
}