diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-01-22 08:56:15 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-01-22 08:56:15 +0100 |
| commit | 2f77310b6c3ee45241eff0ccc73e80c41ccd4c40 (patch) | |
| tree | 93d1900e9211d7daa0f54cfe8a82dda6d71c35d4 /.github/workflows | |
| parent | 8d81cd554577a13046b5429e938efca684d7e309 (diff) | |
| parent | 109f1b174c748fd8a750ddec50a4fbcc0c808c33 (diff) | |
| download | mullvadvpn-2f77310b6c3ee45241eff0ccc73e80c41ccd4c40.tar.xz mullvadvpn-2f77310b6c3ee45241eff0ccc73e80c41ccd4c40.zip | |
Merge branch 'remove-all-libraries-from-default-members-des-1657'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/clippy.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 5adfb7970a..ec021eb956 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -75,8 +75,8 @@ jobs: RUSTFLAGS: --deny warnings run: | source env.sh - time cargo clippy --locked --all-targets --no-default-features - time cargo clippy --locked --all-targets --all-features + time cargo clippy --workspace --locked --all-targets --no-default-features + time cargo clippy --workspace --locked --all-targets --all-features clippy-check-android: name: Clippy linting, Android |
