summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2020-10-22 11:10:53 +0300
committerGitHub <noreply@github.com>2020-10-22 11:10:53 +0300
commit843a13e88f3544e936ead06a9d05af28eeefd5a1 (patch)
treeec24b18983292baf5f0017bd19a6225c4f7826be /.github
parent6cf23d6610677d38e4892e02649fc2de7095274b (diff)
downloadredis-843a13e88f3544e936ead06a9d05af28eeefd5a1.tar.gz
Add a --no-latency tests flag. (#7939)
Useful for running tests on systems which may be way slower than usual.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 1ccd99805..d78252026 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -200,7 +200,7 @@ jobs:
run: make
- name: test
run: |
- ./runtest --accurate --verbose
+ ./runtest --accurate --verbose --no-latency
- name: module api test
run: ./runtest-moduleapi --verbose
- name: sentinel tests