diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1da29ee..0714910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,4 @@ jobs: run: dotnet restore - name: Build - run: dotnet build --configuration Debug --no-restore - - - name: Test - run: dotnet test --no-build --configuration Debug --verbosity normal \ No newline at end of file + run: dotnet build --configuration Debug --no-restore \ No newline at end of file diff --git a/tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTests.csproj b/tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTests.csproj index 7546c3a..9368a69 100644 --- a/tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTests.csproj +++ b/tests/ProxyInterfaceSourceGeneratorTests/ProxyInterfaceSourceGeneratorTests.csproj @@ -55,9 +55,6 @@ PreserveNewest - - - PreserveNewest