From e39c22696537063d315bceabb5161865629f6b59 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Sun, 14 Feb 2021 12:19:31 -0500 Subject: [PATCH] changed test verbosity --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index b1fc70d..d28cb08 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -24,5 +24,5 @@ jobs: run: dotnet build --configuration Release --no-restore working-directory: ${{env.working-directory}} - name: Test - run: dotnet test --no-restore --verbosity quiet + run: dotnet test --no-restore --verbosity minimal working-directory: ${{env.working-directory}}