diff --git a/.github/workflows/CI-CD.yml b/.github/workflows/CI-CD.yml index d939fb8..fe7cfd2 100644 --- a/.github/workflows/CI-CD.yml +++ b/.github/workflows/CI-CD.yml @@ -39,10 +39,6 @@ jobs: - name: Build and Pack run: dotnet build --configuration Release - - name: Test (Ubuntu) - run: dotnet test --configuration Release --no-build output/Release/net461/*Tests.dll --filter TestCategory!=RequiresDisplay -- NUnit.TestOutputXml=TestResults - if: matrix.os == 'ubuntu-latest' - - name: Test (Windows) run: dotnet test --configuration Release --no-build -- NUnit.TestOutputXml=TestResults if: matrix.os != 'ubuntu-latest'