mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-29 03:07:49 +01:00
add clitests to ci
This commit is contained in:
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@@ -40,3 +40,6 @@ jobs:
|
|||||||
# Execute tests defined by the CMake configuration.
|
# Execute tests defined by the CMake configuration.
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
# 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}}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user