From 0317750c70542a0602865b061d9e1a6017690983 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Fri, 5 Jan 2024 23:09:21 +0100 Subject: [PATCH] ctest didn't find anything? --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1821b97..fe80395 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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