lidavidm commented on code in PR #4455:
URL: https://github.com/apache/arrow-adbc/pull/4455#discussion_r3525794009
##########
.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:
Hmm, ideally we can still test with an older version of Arrow though
--
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]