File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
~/.cargo/registry
30
30
~/.cargo/git
31
31
target
32
- key : ${{ runner.os }}-cargo -${{ hashFiles('**/Cargo.lock') }}
32
+ key : ${{ runner.os }}-build -${{ hashFiles('**/Cargo.lock') }}
33
33
- uses : actions-rs/cargo@v1
34
34
with :
35
35
use-cross : true
53
53
~/.cargo/registry
54
54
~/.cargo/git
55
55
target
56
- key : ${{ runner.os }}-cargo -${{ hashFiles('**/Cargo.lock') }}
56
+ key : ${{ runner.os }}-clippy -${{ hashFiles('**/Cargo.lock') }}
57
57
- name : Annotate commit with clippy warnings
58
58
uses : actions-rs/clippy-check@v1
59
59
with :
73
73
~/.cargo/registry
74
74
~/.cargo/git
75
75
target
76
- key : ${{ runner.os }}-cargo -${{ hashFiles('**/Cargo.lock') }}
76
+ key : ${{ runner.os }}-coverage -${{ hashFiles('**/Cargo.lock') }}
77
77
- uses : actions-rs/cargo@v1
78
78
with :
79
79
command : test
You can’t perform that action at this time.
0 commit comments