Skip to content

Commit

Permalink
Build: Fix Xunit not showing useful logs when test succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jan 13, 2025
1 parent c911cff commit 60fd323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: dotnet test --no-build --verbosity normal ChromeProtocol.Runtime.Tests

- name: 📝 Test ChromeProtocol.Tools
run: dotnet test --no-build --verbosity normal ChromeProtocol.Tools.Tests
run: dotnet test --no-build --verbosity normal --logger "console;verbosity=detailed" ChromeProtocol.Tools.Tests

0 comments on commit 60fd323

Please sign in to comment.