diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6002d51a272..32c4039f05d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -258,7 +258,7 @@ jobs: # Run the DesktopGL tests on all platforms using NUnitLite runner not dotnet test # We have to run this is bits because the tests crash if too many are run in one go? - name: Run Framework Tests - run: dotnet MonoGame.Tests.dll --verbosity diagnostic --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}} + run: dotnet MonoGame.Tests.dll --trace=Debug --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}} env: CI: true DOTNET_CLI_TELEMETRY_OPTOUT: 1