Skip to content
Snippets Groups Projects
Commit 8aae19e2 authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

fix cache clearing error (#1703)

parent 190393d4
No related merge requests found
......@@ -68,8 +68,9 @@ test:rust:stable: &test
tags:
- linux-docker
before_script:
- echo "build cache size:"
- du -hs ${CARGO_HOME} ./target
- test -d ${CARGO_HOME} -a -d ./target &&
echo "build cache size:" &&
du -hs ${CARGO_HOME} ./target
- ./scripts/build.sh
script:
- time cargo test --all --release --verbose --locked
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment