Skip to content

Commit e18d080

Browse files
authored
Merge pull request #2 from ericniebler/windows-ctest-output-on-failure
Enhance ctest command with additional options
2 parents 2c57ccd + fcbec35 commit e18d080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Invoke-NativeCommand cmake -B $BuildDirectory -G Ninja `
2626
"-DSTDEXEC_ASIO_IMPLEMENTATION:STRING=boost" `
2727
"-DSTDEXEC_BUILD_TESTS:BOOL=TRUE" .
2828
Invoke-NativeCommand cmake --build $BuildDirectory
29-
Invoke-NativeCommand ctest --test-dir $BuildDirectory
29+
Invoke-NativeCommand ctest --test-dir $BuildDirectory --output-on-failure --verbose --timeout 60

0 commit comments

Comments
 (0)