Skip to content

Commit

Permalink
Increase verbosity of tests during publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 10, 2024
1 parent f8dfb7f commit b2eea00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
shell: cmd
run: dotnet build -c Release src\Aardvark.Data.sln
- name: Test
run: dotnet test src\Aardvark.Data.sln -c Release --no-build --logger:"console;verbosity=quiet"
run: dotnet test src\Aardvark.Data.sln -c Release --no-build --nologo --logger:"console;verbosity=normal"
- name: Pack
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b2eea00

Please sign in to comment.