grafana/scripts/circle-test-cache-servers.sh

10 lines
294 B
Bash
Raw Normal View History

2019-03-08 00:16:08 +08:00
#!/bin/bash
# shellcheck source=./scripts/helpers/exit-if-fail.sh
source "$(dirname "$0")/helpers/exit-if-fail.sh"
2019-03-08 00:16:08 +08:00
echo "running redis and memcache tests"
2019-03-11 17:59:55 +08:00
2019-03-09 03:49:16 +08:00
time exit_if_fail go test -tags=redis ./pkg/infra/remotecache/...
time exit_if_fail go test -tags=memcached ./pkg/infra/remotecache/...