File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,13 @@ jobs:
25
25
with :
26
26
token : ${{ secrets.GITHUB_TOKEN }}
27
27
submodules : recursive
28
- - uses : Swatinem/rust-cache@v1
29
28
- uses : actions-rs/toolchain@v1
30
29
with :
31
30
toolchain : ${{ matrix.rust }}
32
31
override : true
32
+ - uses : Swatinem/rust-cache@v1
33
33
- run : sudo apt-get update -y
34
34
if : matrix.os == 'ubuntu-latest'
35
- - uses : actions-rs/toolchain@v1
36
- with :
37
- toolchain : ${{ matrix.rust }}
38
- override : true
39
35
- name : cargo check
40
36
run : cargo check
41
37
- name : cargo check examples
80
76
profile : minimal
81
77
toolchain : stable
82
78
override : true
79
+ - uses : Swatinem/rust-cache@v1
83
80
- run : rustup component add clippy
84
81
- name : clippy (all targets)
85
82
run : cargo clippy --all-targets --all-features -- -D warnings
You can’t perform that action at this time.
0 commit comments