mirror of
https://github.com/smallnest/rpcx.git
synced 2025-11-02 04:12:32 +08:00
add build tags for tests to avoid failures in travis
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build consul
|
||||
|
||||
package serverplugin
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build etcd
|
||||
|
||||
package serverplugin
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build zookeeper
|
||||
|
||||
package serverplugin
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user