test: add ctest

This commit is contained in:
Carlos Gomes Martinho 2020-02-24 15:07:29 +01:00
parent f7ffc00a29
commit 4dd70e5935

View file

@ -69,4 +69,4 @@ jobs:
- name: Test
working-directory: ${{runner.workspace}}/build
shell: bash
run: make tests && ./tests
run: ctest --verbose