This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch consumer_aware_queue_change
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/consumer_aware_queue_change by
this push:
new e0e9589485 allow cache bazel test results
e0e9589485 is described below
commit e0e9589485361647456477115be305feb7de2057
Author: Li Zhanhui <[email protected]>
AuthorDate: Fri Nov 10 15:50:20 2023 +0800
allow cache bazel test results
Signed-off-by: Li Zhanhui <[email protected]>
---
.github/workflows/bazel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml
index 7652b93048..af674592bb 100644
--- a/.github/workflows/bazel.yml
+++ b/.github/workflows/bazel.yml
@@ -19,4 +19,4 @@ jobs:
- name: Build
run: bazel build --config=remote //...
- name: Run Tests
- run: bazel test --config=remote --nocache_test_results //...
\ No newline at end of file
+ run: bazel test --config=remote //...
\ No newline at end of file