alamb commented on code in PR #2287:
URL: https://github.com/apache/arrow-rs/pull/2287#discussion_r935945140
##########
.github/workflows/rust.yml:
##########
@@ -75,27 +98,20 @@ jobs:
coverage:
name: Coverage
runs-on: ubuntu-latest
- strategy:
- matrix:
- arch: [ amd64 ]
- rust: [ stable ]
+ container:
Review Comment:
This now uses the same native `setup-builder` action for the coverage job
(as the coverage job needs protoc)
--
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]