kevinjqliu commented on code in PR #2078:
URL: https://github.com/apache/iceberg-rust/pull/2078#discussion_r2737169416
##########
.github/workflows/ci.yml:
##########
@@ -146,12 +146,26 @@ jobs:
with:
key: ${{ matrix.test-suite.name }}
+ - name: Install cargo-nextest
+ if: matrix.test-suite.name == 'default'
+ uses: taiki-e/install-action@v2
+ with:
+ tool: cargo-nextest
+
Review Comment:
i think we can further optimize here by running docker setup and rust
compile at the same test.
not a blocker tho
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]