Browse Source

test redis and memcached during integration tests

bergquist 6 years ago
parent
commit
b933b4efc8

+ 2 - 0
pkg/infra/distcache/memcached_storage_test.go → pkg/infra/distcache/memcached_storage_integration_test.go

@@ -1,3 +1,5 @@
+// +build memcached
+
 package distcache
 
 import (

+ 2 - 0
pkg/infra/distcache/redis_storage_test.go → pkg/infra/distcache/redis_storage_integration_test.go

@@ -1,3 +1,5 @@
+// +build redis
+
 package distcache
 
 import (