diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d1b9299..b0d56a7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,6 +28,6 @@ jobs: run: dotnet build --no-restore --configuration Release - name: Run tests - run: dotnet test Govor.API.Tests/Govor.API.Tests.csproj --no-build --verbosity normal + run: dotnet test Govor.API.Tests/Govor.API.Tests.csproj