diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d32c607..4ab86ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: uses: microsoft/setup-msbuild@v1.0.1 - name: Execute Unit Tests - run: dotnet test $env:Test_Project_Path + run: dotnet test $env:Test_Project_Path -v n - name: Restore Project run: msbuild $env:Solution_Path /t:Restore /p:Configuration=$env:Configuration /p:RuntimeIdentifier=$env:RuntimeIdentifier