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 3131 uses : actions-rs/cargo@v1
3232 with :
3333 command : check
34- args : --all --bins --examples
34+ args : --all --bins --examples --features logger
3535
3636 - name : check avoid-dev-deps
3737 uses : actions-rs/cargo@v1
4444 uses : actions-rs/cargo@v1
4545 with :
4646 command : check
47- args : --all --bins --examples --tests --features unstable
47+ args : --all --bins --examples --tests --features unstable,logger
4848
4949 - name : check no-default-features
5050 uses : actions-rs/cargo@v1
@@ -62,13 +62,13 @@ jobs:
6262 uses : actions-rs/cargo@v1
6363 with :
6464 command : test
65- args : --all
65+ args : --all --features logger
6666
6767 - name : tests unstable
6868 uses : actions-rs/cargo@v1
6969 with :
7070 command : test
71- args : --all --features unstable
71+ args : --all --features unstable,logger
7272
7373 check_fmt_and_docs :
7474 name : Checking fmt, clippy, and docs
8282 rustc --version
8383
8484 - name : clippy
85- run : cargo clippy --tests --examples -- -D warnings
85+ run : cargo clippy --tests --examples --features logger -- -D warnings
8686
8787 - name : fmt
8888 run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments