Skip to content

Commit d29b8bd

Browse files
committed
Debug
1 parent 582d574 commit d29b8bd

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
@@ -128,6 +128,9 @@ jobs:
128128
run: |
129129
cargo test --config "$GROUP_RUNNER"
130130
131+
- name: Debug
132+
run: echo ${{ steps.cache-restore.cache-hit }}
133+
131134
# https://github.com/actions/cache/tree/main/save#always-save-cache
132135
- uses: actions/cache/save@v4
133136
if: always() && steps.cache-restore.cache-hit != 'true'

0 commit comments

Comments
 (0)