summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-02-23 16:51:27 +0200
committerOran Agra <oran@redislabs.com>2020-02-27 11:33:07 +0200
commita477b68109e944634dc2979f1da2304c4186e278 (patch)
tree941e09c14fa05abfc6a310009bfde9c861029ae1
parent049969971e78ecfc87456cbacf389858d8cbf14b (diff)
downloadredis-a477b68109e944634dc2979f1da2304c4186e278.tar.gz
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