lidavidm commented on code in PR #4455:
URL: https://github.com/apache/arrow-adbc/pull/4455#discussion_r3525796436


##########
.github/workflows/rust.yml:
##########
@@ -244,7 +227,7 @@ jobs:
             -p arrow-schema \
             -p arrow-select
 
-          # If the lock file was updated, run the tests except for 
adbc_datafusion
+          # If the lock file was updated, run the tests
           if ! git diff --quiet Cargo.lock; then
-            cargo test --all-targets --all-features --workspace --exclude 
adbc_datafusion
+            cargo test --all-targets --all-features --workspace
           fi

Review Comment:
   Ah, but you have that test already with minimal-versions. Got it.



-- 
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