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
|
package chat
|
||||||
|
|
||||||
import (
|
import (
|
@ -67,7 +67,6 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ctx = mctx.Annotate(ctx,
|
ctx = mctx.Annotate(ctx,
|
||||||
"dataDir", *dataDir,
|
|
||||||
"redisProto", *redisProto,
|
"redisProto", *redisProto,
|
||||||
"redisAddr", *redisAddr,
|
"redisAddr", *redisAddr,
|
||||||
"redisPoolSize", *redisPoolSize,
|
"redisPoolSize", *redisPoolSize,
|
||||||
|
Loading…
Reference in New Issue
Block a user