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}}