Remove leftover from PSIL

This commit is contained in:
2024-04-12 22:38:12 +02:00
parent a4b1843653
commit 3f739adece

View File

@@ -40,6 +40,3 @@ 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: cd ${{github.workspace}}/build && 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