Browse Source

changed test verbosity

master
Nicolas Constant 2 years ago
committed by GitHub
parent
commit
e39c226965
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/dotnet-core.yml

+ 1
- 1
.github/workflows/dotnet-core.yml View File

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

Loading…
Cancel
Save