You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by hu...@apache.org on 2022/06/02 13:50:17 UTC

[incubator-kvrocks] branch unstable updated: Fix didn't build the unittest target in the daily CI (#617)

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

hulk 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 5d16b7d  Fix didn't build the unittest target in the daily CI (#617)
5d16b7d is described below

commit 5d16b7d690e38965a6d0f7315dbef09289a24c0f
Author: hulk <hu...@gmail.com>
AuthorDate: Thu Jun 2 21:50:13 2022 +0800

    Fix didn't build the unittest target in the daily CI (#617)
---
 .github/workflows/daily-ci.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/daily-ci.yaml b/.github/workflows/daily-ci.yaml
index 8d6dd94..03139f6 100644
--- a/.github/workflows/daily-ci.yaml
+++ b/.github/workflows/daily-ci.yaml
@@ -89,7 +89,7 @@ jobs:
         run: |
           mkdir build && cd build
           cmake -D${{ matrix.sanitizer }} ..
-          make -j4 kvrocks kvrocks2redis
+          make -j4
           cd ..
         
       - name: Unit Test