mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 21:01:05 +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:
|
tags:
|
||||||
- linux-docker
|
- linux-docker
|
||||||
before_script:
|
before_script:
|
||||||
- echo "build cache size:"
|
- test -d ${CARGO_HOME} -a -d ./target &&
|
||||||
- du -hs ${CARGO_HOME} ./target
|
echo "build cache size:" &&
|
||||||
|
du -hs ${CARGO_HOME} ./target
|
||||||
- ./scripts/build.sh
|
- ./scripts/build.sh
|
||||||
script:
|
script:
|
||||||
- time cargo test --all --release --verbose --locked
|
- time cargo test --all --release --verbose --locked
|
||||||
|
|||||||
Reference in New Issue
Block a user