liurenjie1024 commented on code in PR #2078:
URL: https://github.com/apache/iceberg-rust/pull/2078#discussion_r2739243843


##########
.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:
   We should be careful with github ci to have too many things to run in 
parallel, it may lead to oom problem.



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

Reply via email to