diff --git a/.github/workflows/test-windows.ps1 b/.github/workflows/test-windows.ps1 index 704893426..78a7db5f1 100644 --- a/.github/workflows/test-windows.ps1 +++ b/.github/workflows/test-windows.ps1 @@ -26,4 +26,4 @@ Invoke-NativeCommand cmake -B $BuildDirectory -G Ninja ` "-DSTDEXEC_ASIO_IMPLEMENTATION:STRING=boost" ` "-DSTDEXEC_BUILD_TESTS:BOOL=TRUE" . Invoke-NativeCommand cmake --build $BuildDirectory -Invoke-NativeCommand ctest --test-dir $BuildDirectory +Invoke-NativeCommand ctest --test-dir $BuildDirectory --output-on-failure --verbose --timeout 60