summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/clippy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml
index 9a28441e63..6c108035ef 100644
--- a/.github/workflows/clippy.yml
+++ b/.github/workflows/clippy.yml
@@ -64,8 +64,8 @@ jobs:
RUSTFLAGS: --deny warnings
run: |
source env.sh
- time cargo clippy --locked --all-targets --benches --tests
- time cargo clippy --locked --all-targets --all-features --benches --tests
+ time cargo clippy --locked --all-targets
+ time cargo clippy --locked --all-targets --all-features
clippy-check-android:
name: Clippy linting, Android
@@ -87,5 +87,5 @@ jobs:
env:
RUSTFLAGS: --deny warnings
run: |
- cargo clippy --locked --target x86_64-linux-android --package mullvad-jni --benches --tests
- cargo clippy --locked --target x86_64-linux-android --package mullvad-jni --all-features --benches --tests
+ cargo clippy --locked --all-targets --target x86_64-linux-android --package mullvad-jni
+ cargo clippy --locked --all-targets --target x86_64-linux-android --package mullvad-jni --all-features