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 1468298  Streamed test outputs for Windows OS
1468298 is described below

commit 1468298dfdcb2780ae54898f394143a34a7a5826
Author: lizhanhui <[email protected]>
AuthorDate: Sat Aug 13 21:42:06 2022 +0800

    Streamed test outputs for Windows OS
---
 .github/workflows/cpp_build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp_build.yml b/.github/workflows/cpp_build.yml
index 6cf7662..8a28ecd 100644
--- a/.github/workflows/cpp_build.yml
+++ b/.github/workflows/cpp_build.yml
@@ -38,7 +38,7 @@ jobs:
       - name: Run Unit Tests On Windows
         working-directory: ./cpp  
         if: runner.os == 'Windows'
-        run: bazel test //...
+        run: bazel test --test_output=streamed //...
       - name: Run Unit Tests On macOS
         working-directory: ./cpp
         if: runner.os == 'macOS'

Reply via email to