alamb commented on code in PR #15075:
URL: https://github.com/apache/datafusion/pull/15075#discussion_r1989981783


##########
.github/workflows/rust.yml:
##########
@@ -180,6 +180,36 @@ jobs:
         run: rustup toolchain install stable
       - name: Install Protobuf Compiler
         run: sudo apt-get install -y protobuf-compiler
+      - name: Run tests (excluding doctests and datafusion-cli)
+        env:
+          RUST_BACKTRACE: 1
+        run: |

Review Comment:
   datafusion-cli is excluded here now
   
   I also expanded out this list of tests to make it easier to read



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to