You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/05/30 07:07:40 UTC

[rocketmq-client-cpp] branch main updated: Remove stages of running unit tests

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

lizhanhui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 7fc8d4f  Remove stages of running unit tests
7fc8d4f is described below

commit 7fc8d4f5380c9fedb106fa2b6a26edf6c4ea3c07
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Mon May 30 15:07:32 2022 +0800

    Remove stages of running unit tests
---
 .github/workflows/main.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 72c1725..26c6d3b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -33,6 +33,4 @@ jobs:
         if: matrix.os != 'windows'
         run: bazel -h
       - name: Compile All Targets
-        run: bazel build //...
-      - name: Run Unit Tests
-        run: bazel test --test_output=errors //src/test/cpp/ut/...
+        run: bazel build //...
\ No newline at end of file