ci - Use ctest
This commit is contained in:
parent
e87424b5e0
commit
b163158100
6
.github/workflows/on_push_BasicWinLinMac.yml
vendored
6
.github/workflows/on_push_BasicWinLinMac.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user