diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index ad05a0d5badf1c9dd0dd08322d679d3a55fa93cc..fb7243c489f1def16ad395e6bd66d617d574da41 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -62,7 +62,7 @@ jobs:
       - name: Fmt
         run: cargo fmt --all -- --check
       - name: Clippy
-        run: cargo clippy -- -A clippy::type_complexity -A clippy::too_many_arguments -D warnings
+        run: cargo clippy --all-features -- -A clippy::type_complexity -A clippy::too_many_arguments -D warnings
   test-cosmic-edit:
     name: Test cosmic-edit
     runs-on: ubuntu-latest