Readd -V to ctest invocation (#3042)

This commit is contained in:
Daniel Jurek 2021-11-04 10:17:02 -07:00 committed by GitHub
parent 9043580dbf
commit f1aae9d79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ jobs:
BuildArgs: "$(BuildArgs)"
Env: "$(CmakeEnvArg)"
- script: ctest -C Debug --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test
- script: ctest -C Debug -V --tests-regex ${{ parameters.CtestRegex }} --no-compress-output -T Test
workingDirectory: build
- task: PublishTestResults@2