alamb commented on code in PR #6336:
URL: https://github.com/apache/arrow-rs/pull/6336#discussion_r1739715845
##########
.github/workflows/arrow.yml:
##########
@@ -61,8 +61,8 @@ jobs:
submodules: true
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- - name: Test arrow-buffer with all features
- run: cargo test -p arrow-buffer --all-features
+ - name: Test arrow-buffer
Review Comment:
I found it confusing at first why this line doesn't follow the model of the
rest of the tests in this workflow which run with `--all-features`
I am also concerned this may remove coverage for some of the other features
such as prettyprint, ffi and pyarrow
--
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]