We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01499b5 commit 58cec7eCopy full SHA for 58cec7e
.github/workflows/tests.yml
@@ -110,7 +110,7 @@ jobs:
110
run: |
111
docker cp ydb-local:/ydb_certs/ca.pem ~/
112
cd src
113
- dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=normal"
+ dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=detailed"
114
integration-tests:
115
runs-on: ubuntu-22.04
116
strategy:
0 commit comments