tustvold commented on code in PR #1994:
URL: https://github.com/apache/arrow-rs/pull/1994#discussion_r914843134
##########
.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 runners should have access to 14GB of disk space, so this should be
fine... The CI is already painfully slow, I'm not particularly excited about
making it even slower...
--
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]