add clitests to ci

This commit is contained in:
2024-01-05 22:38:06 +01:00
parent db68d48267
commit e517551fb3

View File

@@ -40,3 +40,6 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --test-dir ${{github.workspace}}/build --verbose --parallel $(nproc) -C ${{env.BUILD_TYPE}}
- name: CLI tests
run: PSIL="../build/src/psil" ${{github.workspace}}/clitests/testall.sh