Skip to content

Commit

Permalink
ci: log more
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Oct 4, 2024
1 parent b2e1144 commit f17f157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# Run all tests
- run: dotnet test --no-restore --no-build -c Release -- xUnit.AppDomain=denied
if: matrix.os == 'ubuntu-latest'
- run: dotnet test --no-restore --no-build -c Release --filter Category!=PublicApi -- xUnit.AppDomain=denied
- run: dotnet test --no-restore --no-build -c Release -v normal --filter Category!=PublicApi -- xUnit.AppDomain=denied xUnit.InternalDiagnosticMessages=true
if: matrix.os != 'ubuntu-latest'

pack:
Expand Down

0 comments on commit f17f157

Please sign in to comment.