Skip to content

Commit c51f46b

Browse files
console;verbosity=detailed
1 parent 254ee65 commit c51f46b

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
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Tests
3838
run: |
3939
docker cp ydb-local:/ydb_certs/ca.pem ~/
40-
dotnet test --logger "GitHubActions;report-warnings=false"
40+
dotnet test --logger "GitHubActions;report-warnings=false;console;verbosity=detailed"
4141
4242
- name: Run ADO.NET Specification Tests
4343
working-directory: ./src/Ydb.Sdk/test/Ydb.Sdk.Ado.Specification.Tests

0 commit comments

Comments
 (0)