This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch cpp_dev in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
commit 85afe94fa19ab104c76158cd16d40f89f02c472a Author: Li Zhanhui <[email protected]> AuthorDate: Thu Jul 14 17:26:12 2022 +0800 Run Unit Tests for C++ --- .github/workflows/cpp_build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml index beca244..aff8315 100644 --- a/.github/workflows/cpp_build.yml +++ b/.github/workflows/cpp_build.yml @@ -16,4 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Compile All Targets working-directory: ./cpp - run: bazel build //... \ No newline at end of file + run: bazel build //... + - name: Execute Unit Tests + working-directory: ./cpp + run: bazel test //...
