diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e9c1cf1..adb8ccd 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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