summaryrefslogtreecommitdiff
path: root/.github/workflows/daily.yml
diff options
context:
space:
mode:
authorBinbin <binloveplay1314@qq.com>2021-11-18 22:04:01 +0800
committerGitHub <noreply@github.com>2021-11-18 16:04:01 +0200
commit020092e08fb1afe8712bd557f09e00a98fbc1cca (patch)
treee62734928363832644242b2d8581c408a9417cba /.github/workflows/daily.yml
parent1a255e315024d4536cddba9d7ca6d06699d17be3 (diff)
downloadredis-020092e08fb1afe8712bd557f09e00a98fbc1cca.tar.gz
Add --dump-logs to ci tests and daily tests (#9803)
So that we can print server log on test failure.
Diffstat (limited to '.github/workflows/daily.yml')
-rw-r--r--.github/workflows/daily.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 55165626a..58501dc0a 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -338,7 +338,7 @@ jobs:
run: ./runtest --accurate --verbose --dump-logs ${{github.event.inputs.test_args}}
- name: module api test
if: true && !contains(github.event.inputs.skiptests, 'modules')
- run: ./runtest-moduleapi --verbose ${{github.event.inputs.test_args}}
+ run: ./runtest-moduleapi --verbose --dump-logs ${{github.event.inputs.test_args}}
- name: sentinel tests
if: true && !contains(github.event.inputs.skiptests, 'sentinel')
run: ./runtest-sentinel ${{github.event.inputs.cluster_test_args}}
@@ -380,7 +380,7 @@ jobs:
run: ./runtest --accurate --verbose --dump-logs ${{github.event.inputs.test_args}}
- name: module api test
if: true && !contains(github.event.inputs.skiptests, 'modules')
- run: ./runtest-moduleapi --verbose ${{github.event.inputs.test_args}}
+ run: ./runtest-moduleapi --verbose --dump-logs ${{github.event.inputs.test_args}}
- name: sentinel tests
if: true && !contains(github.event.inputs.skiptests, 'sentinel')
run: ./runtest-sentinel ${{github.event.inputs.cluster_test_args}}