Sync deps key with rust version
This commit is contained in:
parent
adb4a06365
commit
321fa4c29f
|
|
@ -23,7 +23,7 @@ job: &JOB
|
||||||
paths:
|
paths:
|
||||||
- ~/openssl
|
- ~/openssl
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: deps-1.18.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
|
key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
|
||||||
- run: |
|
- run: |
|
||||||
export OPENSSL_DIR=$HOME/openssl
|
export OPENSSL_DIR=$HOME/openssl
|
||||||
cargo run --manifest-path=systest/Cargo.toml --target $TARGET
|
cargo run --manifest-path=systest/Cargo.toml --target $TARGET
|
||||||
|
|
@ -39,7 +39,7 @@ job: &JOB
|
||||||
--all-features \
|
--all-features \
|
||||||
$TEST_ARGS
|
$TEST_ARGS
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: deps-1.18.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
|
key: deps-1.19.0-{{ checksum "Cargo.lock" }}-{{ checksum "~/lib_key" }}
|
||||||
paths:
|
paths:
|
||||||
- target
|
- target
|
||||||
- ~/.cargo/registry/cache
|
- ~/.cargo/registry/cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue