viirya commented on code in PR #1994:
URL: https://github.com/apache/arrow-rs/pull/1994#discussion_r914010829
##########
.github/workflows/rust.yml:
##########
@@ -76,44 +84,54 @@ jobs:
- name: Run tests
run: |
# run tests on all workspace members with default feature list
+ cargo clean
cargo test
- name: Re-run tests with all supported features
run: |
+ cargo clean
cargo test -p arrow --features=force_validate,prettyprint
- name: Run examples
run: |
+ cargo clean
Review Comment:
The build state in `target` is quite large. I observed 3xG locally. It is
very easy to run out of disk space in next builds.
--
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]