Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Nov 15, 2024
1 parent a65a353 commit 22975e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22975e4

Please sign in to comment.