Remove custom NUnit test settings

This commit is contained in:
Dan Balasescu
2024-07-17 17:18:48 +09:00
parent 691d8671be
commit 46775892ba
2 changed files with 1 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ jobs:
run: dotnet build -c ${{matrix.os.configuration}} -warnaserror osu-framework.Desktop.slnf run: dotnet build -c ${{matrix.os.configuration}} -warnaserror osu-framework.Desktop.slnf
- name: Test - 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 shell: pwsh
# Attempt to upload results even if test fails. # Attempt to upload results even if test fails.

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<MSTest>
<TestTimeout>300000</TestTimeout>
</MSTest>
</RunSettings>