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 @@ -33,13 +33,13 @@ jobs:
33
33
uses : actions-rs/cargo@v1
34
34
with :
35
35
command : check
36
- args : --workspace --benches --bins --examples --tests --features hyperium_http
36
+ args : --workspace --all-targets --features hyperium_http
37
37
38
38
- name : check unstable
39
39
uses : actions-rs/cargo@v1
40
40
with :
41
41
command : check
42
- args : --workspace --benches --bins --examples --tests --features "hyperium_http,unstable"
42
+ args : --workspace --all-targets --features "hyperium_http,unstable"
43
43
44
44
- name : tests
45
45
uses : actions-rs/cargo@v1
54
54
- uses : actions/checkout@master
55
55
56
56
- name : clippy
57
- run : cargo clippy --workspace --benches --bins --examples --tests --features "hyperium_http,unstable" -- -D warnings
57
+ run : cargo clippy --workspace --all-targets --features "hyperium_http,unstable" -- -D warnings
58
58
59
59
- name : fmt
60
60
run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments