Skip to content

Commit bad6516

Browse files
committed
use cach when computing coverage
1 parent 5280edf commit bad6516

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
@@ -79,6 +79,9 @@ jobs:
7979
toolchain: stable
8080
override: true
8181

82+
- name: Cache
83+
uses: Swatinem/rust-cache@v2
84+
8285
- name: Install cargo-tarpaulin
8386
uses: actions-rs/install@v0.1
8487
with:

0 commit comments

Comments
 (0)