File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
uses : actions-rs/cargo@v1
32
32
with :
33
33
command : check
34
- args : --all --bins --examples
34
+ args : --all --bins --examples --features logger
35
35
36
36
- name : check avoid-dev-deps
37
37
uses : actions-rs/cargo@v1
44
44
uses : actions-rs/cargo@v1
45
45
with :
46
46
command : check
47
- args : --all --bins --examples --tests --features unstable
47
+ args : --all --bins --examples --tests --features unstable,logger
48
48
49
49
- name : check no-default-features
50
50
uses : actions-rs/cargo@v1
@@ -62,13 +62,13 @@ jobs:
62
62
uses : actions-rs/cargo@v1
63
63
with :
64
64
command : test
65
- args : --all
65
+ args : --all --features logger
66
66
67
67
- name : tests unstable
68
68
uses : actions-rs/cargo@v1
69
69
with :
70
70
command : test
71
- args : --all --features unstable
71
+ args : --all --features unstable,logger
72
72
73
73
check_fmt_and_docs :
74
74
name : Checking fmt, clippy, and docs
82
82
rustc --version
83
83
84
84
- name : clippy
85
- run : cargo clippy --tests --examples -- -D warnings
85
+ run : cargo clippy --tests --examples --features logger -- -D warnings
86
86
87
87
- name : fmt
88
88
run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments