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

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new a1bb45d7 ci: make use of new command (#1039)
a1bb45d7 is described below

commit a1bb45d72b3db7784f1f214fdcaba6705417b29e
Author: tison <[email protected]>
AuthorDate: Tue Oct 25 10:47:19 2022 +0800

    ci: make use of new command (#1039)
    
    Dogfeeding and preventing regressions.
    
    Signed-off-by: tison <[email protected]>
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/kvrocks.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index 8edf03f1..40a52b76 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -200,7 +200,7 @@ jobs:
       - name: Run Unit Test
         run: |
           export ${{ matrix.runtime_env_vars }}
-          ./build/unittest
+          ./x.py test cpp
 
       - name: Run Go Integration Cases
         run: |

Reply via email to