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

10 lines
294 B
Bash
Raw Normal View History

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