Move integration tests under a build tag

This commit is contained in:
Brian Picciano 2022-05-07 14:54:40 -06:00
parent 0d016129a4
commit 1495c78656
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -67,7 +67,6 @@ func main() {
}
ctx = mctx.Annotate(ctx,
"dataDir", *dataDir,
"redisProto", *redisProto,
"redisAddr", *redisAddr,
"redisPoolSize", *redisPoolSize,