Skip to content

Commit e271236

Browse files
committed
fixup! Update CI workflow to include hrn_tests coverage
1 parent 672069f commit e271236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hrn-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/cache@v4
2222
with:
2323
path: bin/bitcoind-${{ runner.os }}-${{ runner.arch }}
24-
key: bitcoind-${{ runner.os }}-${{ runner.arch }}
24+
key: bitcoind-29.0-${{ runner.os }}-${{ runner.arch }}
2525
- name: Enable caching for electrs
2626
id: cache-electrs
2727
uses: actions/cache@v4

0 commit comments

Comments
 (0)