Skip to content

Commit 79ac490

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] logger enabled in test run as default.
1 parent 2906c82 commit 79ac490

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,7 @@ jobs:
3838
- name: Lint (codestyle)
3939
run: dotnet format --verify-no-changes --verbosity normal
4040
- name: Test
41-
run: dotnet test --no-build --verbosity normal
41+
run: >
42+
dotnet test --no-build
43+
--verbosity normal
44+
--logger "console;verbosity=detailed"

0 commit comments

Comments
 (0)