We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c57ccd + fcbec35 commit e18d080Copy full SHA for e18d080
.github/workflows/test-windows.ps1
@@ -26,4 +26,4 @@ Invoke-NativeCommand cmake -B $BuildDirectory -G Ninja `
26
"-DSTDEXEC_ASIO_IMPLEMENTATION:STRING=boost" `
27
"-DSTDEXEC_BUILD_TESTS:BOOL=TRUE" .
28
Invoke-NativeCommand cmake --build $BuildDirectory
29
-Invoke-NativeCommand ctest --test-dir $BuildDirectory
+Invoke-NativeCommand ctest --test-dir $BuildDirectory --output-on-failure --verbose --timeout 60
0 commit comments