File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
rustup override set nightly
36
36
- name : Run clippy manually
37
37
run : |
38
- cargo +nightly clippy --workspace --all-targets --all-features
39
- cargo +nightly clippy --workspace --all-targets --no-default-features
40
- cargo +nightly clippy --workspace --all-targets --no-default-features --features=gstreamer
41
- cargo +nightly clippy --workspace --all-targets --no-default-features --features=pushnoti
38
+ cargo +nightly clippy --workspace --all-targets --all-features || exit 1
39
+ cargo +nightly clippy --workspace --all-targets --no-default-features || exit 1
40
+ cargo +nightly clippy --workspace --all-targets --no-default-features --features=gstreamer || exit 1
41
+ cargo +nightly clippy --workspace --all-targets --no-default-features --features=pushnoti || exit 1
42
42
43
43
check_fmt :
44
44
needs : pre_job
You can’t perform that action at this time.
0 commit comments