From 22975e4abcfae82cdbcec1d4d52e0b7b6a82aac5 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Fri, 15 Nov 2024 08:48:05 +0000 Subject: [PATCH] try this --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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