diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 8dcf73d18..18a9a1665 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -40,6 +40,3 @@ jobs: # Execute tests defined by the CMake configuration. # 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}} - - - name: CLI tests - run: PSIL="../build/src/psil" ${{github.workspace}}/clitests/testall.sh