mirror of
https://github.com/usatiuk/psil.git
synced 2025-10-28 10:47:49 +01:00
ctest didn't find anything?
This commit is contained in:
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Test
|
||||
# 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}}
|
||||
run: cd ${{github.workspace}}/build && 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