ci - Use ctest

This commit is contained in:
Luis Diaz Mas 2021-05-13 23:03:54 +02:00 committed by Luis Díaz Más
parent e87424b5e0
commit b163158100

View File

@ -82,8 +82,7 @@ jobs:
- name: Unit Test
run: |
cd build
cd bin
./unit_tests
ctest --output-on-failure
MacOS:
name: 'MacOS - clang - Arch:x64 BuildType:Release - SHARED'
@ -113,5 +112,4 @@ jobs:
- name: Unit Test
run: |
cd build
cd bin
./unit_tests
ctest --output-on-failure