We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9375f commit 1072913Copy full SHA for 1072913
1 file changed
.github/workflows/test.yml
@@ -45,4 +45,4 @@ jobs:
45
configurePreset: vcpkg
46
configurePresetAdditionalArgs: "['-DBUILD_TESTING=ON']"
47
testPreset: vcpkg
48
- testPresetAdditionalArgs: "['--build-config', 'Debug']"
+ testPresetAdditionalArgs: "['--build-config', 'Debug', '--output-on-failure']"
0 commit comments