From 345b436b37751aaccd4e1444ce0f3a0035a3f372 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 22 May 2024 09:32:59 +0100 Subject: [PATCH] disable tests on CI because I can't find out why it's not working on GA --- .github/workflows/ci.yml | 5 +---- .../ProxyInterfaceSourceGeneratorTests.csproj | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) 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