Skip to content

Commit c6ee761

Browse files
Changed test verbosity to quiet
1 parent 58c5ece commit c6ee761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build
2929
run: dotnet build --no-restore
3030
- name: Test
31-
run: dotnet test --no-build --verbosity normal
31+
run: dotnet test --no-build --verbosity quiet

0 commit comments

Comments
 (0)