change CI to build and run the module api tests

This commit is contained in:
Oran Agra 2020-02-23 16:51:27 +02:00
parent 049969971e
commit a477b68109
1 changed files with 2 additions and 0 deletions

View File

@ -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