Merge pull request #6927 from oranagra/ci-moduleapi-tests

change CI to build and run the module api tests
This commit is contained in:
Salvatore Sanfilippo 2020-04-02 16:32:41 +02:00 committed by GitHub
commit 416d394cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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