summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-06-27 12:08:43 -0700
committerGitHub <noreply@github.com>2019-06-27 12:08:43 -0700
commitff906acdfb8ccb3b7d9ff92c1b477de97c3d968d (patch)
tree2622a7d9cfa333ece611d2391cc77ee795166681 /.cirrus.yml
parent32ceccb4652076629303fda890ad4b2371a0dd02 (diff)
ci: disable cache on cirrus (#1215)
Caching takes longer than rebuilding
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 125afa4c..c1760988 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -28,8 +28,6 @@ task:
echo "~~~~ Cargo.toml ~~~~"
cat Cargo.toml
echo "~~~~~~~~~~~~~~~~~~~~"
- cargo_cache:
- folder: $HOME/.cargo/registry
test_script:
- . $HOME/.cargo/env
- cargo test --all --lib && cargo test --all --tests
@@ -39,5 +37,3 @@ task:
# - . $HOME/.cargo/env
# - |
# cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
- before_cache_script:
- - rm -rf $HOME/.cargo/registry/index