add integration test

This commit is contained in:
Quentin McGaw
2026-05-27 15:17:25 +00:00
parent 0a4ac7cc0e
commit eb432e0e0e
3 changed files with 164 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
// to develop this project.
"files.eol": "\n",
"editor.formatOnSave": true,
"go.buildTags": "linux",
"go.buildTags": "linux,integration",
"go.toolsEnvVars": {
"CGO_ENABLED": "0"
},