diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-02-20 10:17:24 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2024-02-20 10:58:10 +0100 |
| commit | 202dd31fc8bc3b0b3293428528d7bd7cb4e1e6a7 (patch) | |
| tree | 36d98aa7542b300aee6b729c6c24deb4320b8516 /.github | |
| parent | ef86758457729501bd5ef5ec51c08976954d5326 (diff) | |
| download | mullvadvpn-202dd31fc8bc3b0b3293428528d7bd7cb4e1e6a7.tar.xz mullvadvpn-202dd31fc8bc3b0b3293428528d7bd7cb4e1e6a7.zip | |
Replace `--benches --tests` with ´--all-targets` in CI job
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/clippy.yml | 8 |
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 |
