File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 64
64
RUSTFLAGS : --deny warnings
65
65
run : |
66
66
source env.sh
67
- time cargo clippy --locked --all-targets
67
+ time cargo clippy --locked --all-targets --benches --tests
68
+ time cargo clippy --locked --all-targets --all-features --benches --tests
68
69
69
70
clippy-check-android :
70
71
name : Clippy linting, Android
86
87
env :
87
88
RUSTFLAGS : --deny warnings
88
89
run : |
89
- cargo clippy --locked --target x86_64-linux-android --package mullvad-jni
90
+ cargo clippy --locked --target x86_64-linux-android --package mullvad-jni --benches --tests
91
+ cargo clippy --locked --target x86_64-linux-android --package mullvad-jni --all-features --benches --tests
Original file line number Diff line number Diff line change 44
44
RUSTFLAGS : --deny warnings
45
45
run : |
46
46
time cargo clippy --locked --all-targets
47
+ time cargo clippy --locked --all-targets --all-features
47
48
48
49
clippy-check-test-windows :
49
50
name : Clippy linting of test workspace (Windows)
71
72
run : |
72
73
# Exclude checking test-manager on Windows, since it is not a supported compilation target.
73
74
time cargo clippy --all-targets --workspace --exclude test-manager --locked
75
+ time cargo clippy --all-targets --all-features --workspace --exclude test-manager --locked
You can’t perform that action at this time.
0 commit comments