Release version of clippy? (#7107)

Conrad Irwin created

Release Notes:

- N/A

Change summary

.github/actions/check_style/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/actions/check_style/action.yml 🔗

@@ -14,7 +14,7 @@ runs:
       # so specify those here, and disable the rest until Zed's workspace
       # will have more fixes & suppression for the standard lint set
       run: |
-        cargo clippy --workspace --all-features --all-targets -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
+        cargo clippy --release --workspace --all-features --all-targets -- -A clippy::all -D clippy::dbg_macro -D clippy::todo
         cargo clippy -p gpui
 
     - name: Find modified migrations