Skip to content

Commit 8d3cbbc

Browse files
committed
fix cache reuse for coverage
1 parent a7240b1 commit 8d3cbbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ jobs:
7777
uses: actions-rs/toolchain@v1
7878
with:
7979
toolchain: stable
80-
override: true
80+
default: true
81+
profile: minimal
8182
components: clippy
8283

8384
- name: Cache

0 commit comments

Comments
 (0)