Skip to content

Commit 1f9d449

Browse files
KirillKurdyukovmessieurMe
authored andcommitted
Update tests.yml
1 parent cb8e4af commit 1f9d449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: |
111111
docker cp ydb-local:/ydb_certs/ca.pem ~/
112112
cd src
113-
dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=normal"
113+
dotnet test --filter "FullyQualifiedName~Topic" -f ${{ matrix.dotnet-target-framework }} -l "console;verbosity=detailed"
114114
integration-tests:
115115
runs-on: ubuntu-22.04
116116
strategy:

0 commit comments

Comments
 (0)