We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e6d7e + 4e40fbd commit 599020bCopy full SHA for 599020b
.github/workflows/test-linux.yml
@@ -29,6 +29,6 @@ jobs:
29
run: dotnet build --configuration Release
30
31
- name: Test
32
- run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build
+ run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build --logger:'console;verbosity=normal'
33
env:
34
RABBITMQ_RABBITMQCTL_PATH: DOCKER:${{job.services.rabbitmq.id}}
0 commit comments