From 99438fc43dc6808069a19ef9f1b2b8fcb44e8d8e Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Mon, 6 Jul 2020 01:15:24 -0400 Subject: [PATCH] make tests more lisible --- .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 c6b7818..bdfb537 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -26,5 +26,5 @@ jobs: run: dotnet build --configuration Release --no-restore working-directory: ${{env.working-directory}} - name: Test - run: dotnet test --no-restore --verbosity normal + run: dotnet test --no-restore --verbosity quiet working-directory: ${{env.working-directory}}