From 88c4210ad6a6fd7c600840cbb3a729703074e5ec Mon Sep 17 00:00:00 2001 From: Artemy <109195690+stalcker2288969@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:16:13 +0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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