mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
ci: disable cache on cirrus (#1215)
Caching takes longer than rebuilding
This commit is contained in:
@@ -28,8 +28,6 @@ task:
|
|||||||
echo "~~~~ Cargo.toml ~~~~"
|
echo "~~~~ Cargo.toml ~~~~"
|
||||||
cat Cargo.toml
|
cat Cargo.toml
|
||||||
echo "~~~~~~~~~~~~~~~~~~~~"
|
echo "~~~~~~~~~~~~~~~~~~~~"
|
||||||
cargo_cache:
|
|
||||||
folder: $HOME/.cargo/registry
|
|
||||||
test_script:
|
test_script:
|
||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- cargo test --all --lib && cargo test --all --tests
|
- cargo test --all --lib && cargo test --all --tests
|
||||||
@@ -39,5 +37,3 @@ task:
|
|||||||
# - . $HOME/.cargo/env
|
# - . $HOME/.cargo/env
|
||||||
# - |
|
# - |
|
||||||
# cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
|
# cargo test --all --exclude tokio-tls --exclude tokio-macros --target i686-unknown-freebsd
|
||||||
before_cache_script:
|
|
||||||
- rm -rf $HOME/.cargo/registry/index
|
|
||||||
|
|||||||
Reference in New Issue
Block a user