summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalvatore Sanfilippo <antirez@gmail.com>2020-04-02 16:32:41 +0200
committerGitHub <noreply@github.com>2020-04-02 16:32:41 +0200
commit416d394cd9b74645dfd5a7e189303256030202a3 (patch)
tree8e5eea634f4a5f234cfb847f57069808e9c65592
parent0062194d74537f67b80d9d0843bceadffe981dbb (diff)
parenta477b68109e944634dc2979f1da2304c4186e278 (diff)
downloadredis-416d394cd9b74645dfd5a7e189303256030202a3.tar.gz
Merge pull request #6927 from oranagra/ci-moduleapi-tests
change CI to build and run the module api tests
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cc4991606..3a81d1a08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
run: |
sudo apt-get install tcl8.5
./runtest --clients 2 --verbose
+ - name: module api test
+ run: ./runtest-moduleapi --clients 2 --verbose
build-ubuntu-old:
runs-on: ubuntu-16.04