From 46775892ba603ab5d83396b4f7f416d51e3c56b4 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Wed, 17 Jul 2024 17:18:48 +0900 Subject: [PATCH] Remove custom NUnit test settings --- .github/workflows/ci.yml | 2 +- build/vstestconfig.runsettings | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 build/vstestconfig.runsettings diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6742c05778..476b3264e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: run: dotnet build -c ${{matrix.os.configuration}} -warnaserror osu-framework.Desktop.slnf - name: Test - run: dotnet test $pwd/**/*.Tests/bin/${{matrix.os.configuration}}/*/*.Tests.dll --no-build --settings $pwd/build/vstestconfig.runsettings --logger "trx;LogFileName=TestResults-${{matrix.os.prettyname}}-${{matrix.threadingMode}}-${{matrix.os.configuration}}.trx" + run: dotnet test $pwd/**/*.Tests/bin/${{matrix.os.configuration}}/*/*.Tests.dll --no-build --logger "trx;LogFileName=TestResults-${{matrix.os.prettyname}}-${{matrix.threadingMode}}-${{matrix.os.configuration}}.trx" shell: pwsh # Attempt to upload results even if test fails. diff --git a/build/vstestconfig.runsettings b/build/vstestconfig.runsettings deleted file mode 100644 index f7ca0caa90..0000000000 --- a/build/vstestconfig.runsettings +++ /dev/null @@ -1,6 +0,0 @@ - - - - 300000 - - \ No newline at end of file