viirya commented on code in PR #1994:
URL: https://github.com/apache/arrow-rs/pull/1994#discussion_r915045738


##########
.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:
   I saw many times running out of disk space recently in CI. `Rust / Test 
Workspace on AMD64 Rust stable (pull_request) Successful in 34m` seems not too 
slow to me. But I'm fine to skip this change if you think it is too long to run 
CI.



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

Reply via email to