use Get instead of Find

This commit is contained in:
bergquist
2019-03-11 10:59:55 +01:00
parent b2967fbb37
commit 7aeab0a235
2 changed files with 12 additions and 14 deletions

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