Skip to content

Commit

Permalink
Added detailed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Jan 12, 2025
1 parent 9d145e9 commit d789209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: dotnet restore tests/Aspire.Hosting.Redis.Tests/Aspire.Hosting.Redis.Tests.csproj

- name: Run tests
run: dotnet test tests/Aspire.Hosting.Redis.Tests/Aspire.Hosting.Redis.Tests.csproj /p:CI=false
run: dotnet test tests/Aspire.Hosting.Redis.Tests/Aspire.Hosting.Redis.Tests.csproj --verbosity=detailed --no-restore /p:CI=false

0 comments on commit d789209

Please sign in to comment.