From bb9ea4773f30c206b9be87323805cae31af0881e Mon Sep 17 00:00:00 2001 From: Alexandru Macocian Date: Wed, 2 Jun 2021 14:58:40 +0200 Subject: [PATCH] Enable verbosity in unit tests --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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