Skip to content

Commit 9142227

Browse files
committed
add verbosity to tests
1 parent 7b25717 commit 9142227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build solution
2727
run: dotnet build -c Release --no-restore
2828
- name: Run tests
29-
run: dotnet test -c Release --no-build
29+
run: dotnet test -c Release --no-build --verbosity normal
3030
- name: Create NuGet packages
3131
run: dotnet pack -c Release --no-build -o nupkg
3232
- name: Upload nuget packages

0 commit comments

Comments
 (0)