Skip to content

Commit 7d7133e

Browse files
committed
Add target build and dependencies to cache
1 parent e335662 commit 7d7133e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ build-try-state-wasm:
5656
- $CARGO_HOME/registry/index/
5757
- $CARGO_HOME/registry/cache/
5858
- $CARGO_HOME/git/db/
59+
- target/release/deps
60+
- target/release/build
5961
script:
6062
- cargo build --release --locked -p ${RUNTIME}-runtime --features try-runtime
6163
- mkdir -p out

0 commit comments

Comments
 (0)