Move integration tests under a build tag
This commit is contained in:
parent
0d016129a4
commit
1495c78656
@ -1,3 +1,5 @@
|
||||
//go:build integration
|
||||
|
||||
package chat
|
||||
|
||||
import (
|
@ -67,7 +67,6 @@ func main() {
|
||||
}
|
||||
|
||||
ctx = mctx.Annotate(ctx,
|
||||
"dataDir", *dataDir,
|
||||
"redisProto", *redisProto,
|
||||
"redisAddr", *redisAddr,
|
||||
"redisPoolSize", *redisPoolSize,
|
||||
|
Loading…
Reference in New Issue
Block a user