Enable extra logging for tests (#3202)

* enable -VV

* verbose

* PR comments

* PR discussion
This commit is contained in:
George Arama 2022-01-04 12:03:04 -08:00 committed by GitHub
parent 5ff89bb9e5
commit f60db74f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,6 +146,7 @@ jobs:
CmakeEnvArg: ""
CmakeArgs: ""
AZURE_TEST_MODE: "LIVE"
AZURE_LOG_LEVEL: "verbose"
steps:
- checkout: self