Guard integration tests with a tag

This should help CI avoid running the integration test logic in a
container where it's not currently possible.
This commit is contained in:
Daniel Hiltgen
2023-12-22 16:33:27 -08:00
parent 10da41d677
commit 697bea6939
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
//go:build integration
package server
import (