wanghan-sanechips commented on code in PR #3053:
URL: https://github.com/apache/kvrocks/pull/3053#discussion_r2275686273


##########
.github/workflows/kvrocks.yaml:
##########
@@ -325,6 +354,7 @@ jobs:
           ./x.py test cpp
 
       - name: Run Go Integration Cases
+        if: ${{ !matrix.riscv_toolchain }}

Review Comment:
   Hi @LindaSummer ,
   Thanks for the suggestion! I've removed the RISC-V conditional check (`if: 
${{ !matrix.riscv_toolchain }}`). The Go integration tests are now running in 
my fork's RISC-V CI pipeline and passing successfully.



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

Reply via email to