Nicolas Constant
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.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}} |