Skip to content

Commit

Permalink
Remove custom NUnit test settings
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Jul 17, 2024
1 parent 691d867 commit 4677589
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions build/vstestconfig.runsettings

This file was deleted.

0 comments on commit 4677589

Please sign in to comment.