use Get instead of Find

This commit is contained in:
bergquist
2019-03-11 11:04:56 +01:00
parent b2967fbb37
commit 7aeab0a235
2 changed files with 12 additions and 14 deletions
+1 -3
View File
@@ -11,8 +11,6 @@ function exit_if_fail {
}
echo "running redis and memcache tests"
#set -e
#time for d in $(go list ./pkg/...); do
time exit_if_fail go test -tags=redis ./pkg/infra/remotecache/...
time exit_if_fail go test -tags=memcached ./pkg/infra/remotecache/...
#done