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 cb8e4af commit 1f9d449Copy full SHA for 1f9d449
.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