diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 050c4e48..f1040b9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,5 +142,7 @@ jobs: - name: Tests shell: pwsh - run: ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --build-run-dir build/${{ matrix.config.BUILD_TYPE }} --no-tests=error + run: | + cd build/${{ matrix.config.BUILD_TYPE }} + ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir ../tests --no-tests=error