alamb commented on code in PR #2190:
URL: https://github.com/apache/arrow-rs/pull/2190#discussion_r930940691


##########
.github/workflows/arrow_flight.yml:
##########
@@ -40,9 +40,27 @@ jobs:
         uses: ./.github/actions/setup-builder
         with:
           rust-version: stable
-      - name: Tests with default features
+      - name: Test
         run: |
           cargo test -p arrow-flight
-      - name: Tests with all features
+      - name: Test --all-features
         run: |
           cargo test -p arrow-flight --all-features
+
+  clippy:

Review Comment:
   I removed the `workspace` clippy check and instead ran clippy on each 
individual crate



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to