kevinjqliu commented on code in PR #13937:
URL: https://github.com/apache/datafusion/pull/13937#discussion_r1929821931
##########
.github/workflows/rust.yml:
##########
@@ -417,10 +417,10 @@ jobs:
- name: Run tests (excluding doctests)
shell: bash
run: |
- cargo test --profile ci --lib --tests --bins --features
avro,json,backtrace
+ cargo test --profile ci --lib --tests --bins --features
avro,json,backtrace,integration-tests
cd datafusion-cli
cargo test --profile ci --lib --tests --bins --all-features
-
+q
Review Comment:
typo?
--
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]