From f17f15790f5ed14175c49eac506556676e984676 Mon Sep 17 00:00:00 2001 From: skwasjer <11424653+skwasjer@users.noreply.github.com> Date: Fri, 4 Oct 2024 23:52:34 +0200 Subject: [PATCH] ci: log more --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01b77db8..54f6dfbc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: