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


##########
.github/workflows/arrow.yml:
##########
@@ -68,6 +68,8 @@ jobs:
         run: cargo test -p arrow-integration-test --all-features
       - name: Test arrow
         run: cargo test -p arrow
+      - name: Test arrow with all features
+        run: cargo test -p arrow --all-features

Review Comment:
   I think this will fail on stable, as it will enable the SIMD feature
   
   Edit: I'm currently digging around in the CI anyway, so I'll push a commit 
to fix
   
   Edit Edit: I see you got there first :+1:



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to