diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3ef1885..ba5109d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,4 +8,4 @@ jobs: steps: - uses: actions/checkout@v3 - run: .\build.ps1 -Configuration Release - - run: dotnet test --configuration Release --no-build .\TwinGet.sln + - run: dotnet test --configuration Release --no-build --logger "console;verbosity=detailed" .\TwinGet.sln