alamb commented on a change in pull request #9494:
URL: https://github.com/apache/arrow/pull/9494#discussion_r599797341
##########
File path: .github/workflows/rust.yml
##########
@@ -116,7 +116,7 @@ jobs:
# run tests on all workspace members with default feature list
cargo test
# test datafusion examples
- cd datafusion
+ cd datafusion-examples
cargo test --no-default-features --features cli
Review comment:
```suggestion
cargo test --no-default-features
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]