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


##########
.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:
   This seems unfortunate as it will clear out the prior build state as well as 
all the caches.
   
   I wonder if perhaps something else is going on here, perhaps the caches have 
grown to some stupid size or something?



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