Skip to content

Commit 599020b

Browse files
Merge pull request #954 from stebet/verboseTestOutput
Minor improvements to GitHub Actions CI build.
2 parents 08e6d7e + 4e40fbd commit 599020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
run: dotnet build --configuration Release
3030

3131
- name: Test
32-
run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build
32+
run: dotnet test --configuration Release --framework 'netcoreapp3.1' --no-build --logger:'console;verbosity=normal'
3333
env:
3434
RABBITMQ_RABBITMQCTL_PATH: DOCKER:${{job.services.rabbitmq.id}}

0 commit comments

Comments
 (0)