make tests more lisible

This commit is contained in:
Nicolas Constant 2020-07-06 01:15:24 -04:00 committed by GitHub
parent 490c68ccc5
commit 99438fc43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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