Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit f27a7e6

Browse files
committed
fix ci
1 parent dce846d commit f27a7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
sudo bash .github/download_marine.sh
1717
- restore_cache:
1818
keys:
19-
- trust-graph00-{{ checksum "./service/Cargo.lock" }}-{{ checksum "./Cargo.lock" }}-{{ checksum "./keypair/Cargo.lock" }}
19+
- trust-graph00-{{ checksum "./Cargo.lock" }}-{{ checksum "./keypair/Cargo.lock" }}
2020
- run: |
2121
rustup target add wasm32-wasi
2222
cargo test --no-fail-fast --release --all-features --

0 commit comments

Comments
 (0)