summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-04-16 11:05:03 +0300
committerOran Agra <oran@redislabs.com>2020-04-16 18:09:22 +0300
commitb9fa42a197702c0da0baa2edb184d984dffa2933 (patch)
tree8e7dc07b110742a5c0171ea9f89807e5f1e22ee8 /.github
parent3519a5a026be50022fb4e103ddc602ffd59daf42 (diff)
downloadredis-b9fa42a197702c0da0baa2edb184d984dffa2933.tar.gz
testsuite run the defrag latency test solo
this test is time sensitive and it sometimes fail to pass below the latency threshold, even on strong machines. this test was the reson we're running just 2 parallel tests in the github actions CI, revering this.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3a81d1a08..551fb2d91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -12,9 +12,9 @@ jobs:
- name: test
run: |
sudo apt-get install tcl8.5
- ./runtest --clients 2 --verbose
+ ./runtest --verbose
- name: module api test
- run: ./runtest-moduleapi --clients 2 --verbose
+ run: ./runtest-moduleapi --verbose
build-ubuntu-old:
runs-on: ubuntu-16.04