Skip to content

Commit b7d4278

Browse files
committed
Enable GitHub cache for coverage build
1 parent 867bea5 commit b7d4278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Checkout repository
2323
uses: actions/checkout@v4
2424

25+
- uses: Swatinem/rust-cache@v2
26+
2527
- name: Install cargo-llvm-cov
2628
uses: taiki-e/install-action@cargo-llvm-cov
2729

0 commit comments

Comments
 (0)