Skip to content

Commit 1407150

Browse files
committed
Hash Cargo.lock before saving cache
1 parent aebf31e commit 1407150

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
run: |
127127
cargo test --config "$GROUP_RUNNER"
128128
129+
- name: Hash Cargo.lock
130+
run: openssl sha256 Cargo.lock
131+
129132
- uses: actions/cache/save@v4
130133
if: always()
131134
with:

0 commit comments

Comments
 (0)