martin-g commented on code in PR #501:
URL: https://github.com/apache/avro-rs/pull/501#discussion_r2889451611
##########
.github/workflows/test-lang-rust-ci.yml:
##########
@@ -111,7 +117,10 @@ jobs:
- name: Rust Test
if: matrix.runner.target != 'wasm32-unknown-unknown'
- run: RUST_BACKTRACE=1 cargo test --all-features --target ${{
matrix.runner.target }}
+ run: |
+ cargo install --root ~/.cargo-${{ matrix.rust }}/cargo-expand
--locked cargo-expand
Review Comment:
Sure!
--
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]