diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cea66ca..45c20c06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,5 +153,5 @@ jobs: - name: Tests shell: pwsh run: | - ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build/tests --no-tests=error --build-config Release + ctest -VV -C ${{ matrix.config.BUILD_TYPE }} --test-dir build --no-tests=error --build-config Release