File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 2626 uses : actions-rs/toolchain@v1
2727 with :
2828 toolchain : ${{ matrix.rust }}
29- components : clippy
3029 override : true
3130
3231 - name : check
@@ -41,20 +40,14 @@ jobs:
4140 command : check
4241 args : --all --benches --bins --examples --tests --features "hyperium_http,unstable"
4342
44- - name : clippy
45- uses : actions-rs/cargo@v1
46- with :
47- command : clippy
48- args : --tests --examples -- -D warnings
49-
5043 - name : tests
5144 uses : actions-rs/cargo@v1
5245 with :
5346 command : test
5447 args : --all --features "hyperium_http,unstable"
5548
5649 check_fmt_and_docs :
57- name : Checking fmt and docs
50+ name : Checking fmt, clippy, and docs
5851 runs-on : ubuntu-latest
5952 steps :
6053 - uses : actions/checkout@master
6457 components : rustfmt, clippy
6558 override : true
6659
60+ - name : clippy
61+ run : cargo clippy --tests --examples -- -D warnings
62+
6763 - name : fmt
6864 run : cargo fmt --all -- --check
6965
You can’t perform that action at this time.
0 commit comments