Skip to content

Commit

Permalink
Removed verbosity in order to understand which test is not going well…
Browse files Browse the repository at this point in the history
… into the CI
  • Loading branch information
imperugo committed Dec 23, 2023
1 parent e08c012 commit 4dcc368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
8.0.x
- name: Run .NET 8 Tests
run: dotnet test -f net8.0 --verbosity quiet
run: dotnet test -f net8.0
shell: bash
env:
REDIS_HOST: localhost
Expand Down

0 comments on commit 4dcc368

Please sign in to comment.