Skip to content

Commit ca4138c

Browse files
authored
Merge pull request #581 from mgeisler/cache-coverage-build
Enable GitHub cache for coverage build
2 parents 47c5cda + b7d4278 commit ca4138c

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)