This is an automated email from the ASF dual-hosted git repository.

hcr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/main by this push:
     new a0077f07a MAHOUT-901: Fix `test_rust` by excluding qdp-python from 
cargo test (#1031)
a0077f07a is described below

commit a0077f07a0c5df6cd584ac1634cbb23ed989b976
Author: Vic Wen <[email protected]>
AuthorDate: Sun Feb 8 13:42:05 2026 +0800

    MAHOUT-901: Fix `test_rust` by excluding qdp-python from cargo test (#1031)
    
    * fix: add specific dir to test rust
    
    * fix: update Makefile
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 636b2ee60..7ea95bdf0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ setup-test-python:
 
 test_rust:
 ifeq ($(HAS_NVIDIA),yes)
-       cd qdp && cargo test
+       cd qdp && cargo test --workspace --exclude qdp-python
 else
        @echo "[SKIP] No NVIDIA GPU detected, skipping test_rust"
 endif

Reply via email to