From a477b68109e944634dc2979f1da2304c4186e278 Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Sun, 23 Feb 2020 16:51:27 +0200 Subject: change CI to build and run the module api tests --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1