This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 6b09f28 Run Unit Tests for C++ (#52)
6b09f28 is described below
commit 6b09f28364472162015c7d53ca0a0c2d0a6f9ef7
Author: Zhanhui Li <[email protected]>
AuthorDate: Thu Jul 14 19:23:10 2022 +0800
Run Unit Tests for C++ (#52)
---
.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 //...