alamb commented on code in PR #5730:
URL: https://github.com/apache/arrow-datafusion/pull/5730#discussion_r1148363410


##########
.github/workflows/rust.yml:
##########
@@ -248,11 +248,11 @@ jobs:
           rustup toolchain install stable
           rustup default stable
           rustup component add rustfmt
-      - name: Run tests
+      - name: Run tests (excluding doctests)
         shell: bash
         run: |
           export PATH=$PATH:$HOME/d/protoc/bin
-          cargo test
+          cargo test --lib --tests --bins --features 
avro,jit,scheduler,json,dictionary_expressions

Review Comment:
   I think it is a reasonable idea to run with the same features on mac and 
windows. Thank you @jiangzhx 



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