circle-test-cache-servers.sh 294 B

123456789
  1. #!/bin/bash
  2. # shellcheck source=./scripts/helpers/exit-if-fail.sh
  3. source "$(dirname "$0")/helpers/exit-if-fail.sh"
  4. echo "running redis and memcache tests"
  5. time exit_if_fail go test -tags=redis ./pkg/infra/remotecache/...
  6. time exit_if_fail go test -tags=memcached ./pkg/infra/remotecache/...