From a65a353c0c65ac2cbcdcb18d2a55fdfba82e06b8 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Thu, 14 Nov 2024 22:58:43 +0000 Subject: [PATCH] try this --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 362d6d58eed..6002d51a272 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -258,9 +258,10 @@ 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 --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}} + run: dotnet MonoGame.Tests.dll --verbosity diagnostic --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}} env: CI: true + DOTNET_CLI_TELEMETRY_OPTOUT: 1 working-directory: tests-desktopgl - name: Run Audio Tests