diff --git a/.cirrus.yml b/.cirrus.yml index 80b3883..6488909 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,13 +1,13 @@ --- cirrus-ci_task: container: - image: toxchat/toktok-stack:0.0.13 + image: toxchat/toktok-stack:0.0.23-third_party cpu: 2 memory: 2G configure_script: - /src/workspace/tools/inject-repo toxic test_all_script: - - bazel test -k + - cd /src/workspace && bazel test -k --remote_http_cache=http://$CIRRUS_HTTP_CACHE_HOST --config=release //toxic/...