mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
fix cache clearing error (#1703)
This commit is contained in:
committed by
GitHub
parent
190393d476
commit
8aae19e2db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user