diff options
Diffstat (limited to '.github/workflows/windows.yml')
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ce744f81..10c83759 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,7 +65,7 @@ jobs: set PROJ_DIR=%GITHUB_WORKSPACE%\proj_dir set PROJ_BUILD=%GITHUB_WORKSPACE%\build cd %PROJ_BUILD% - ctest -V -C "${{ env.BUILD_TYPE }}" + ctest --output-on-failure -C "${{ env.BUILD_TYPE }}" set PATH=%PROJ_DIR%\bin;%PATH% set BUILD_MODE=shared if "${{ env.BUILD_SHARED_LIBS }}"=="OFF" (set BUILD_MODE=static) |
