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 22975e4 commit 2148795
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,21 @@ 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: MonoGame.Tests.exe --trace=Debug --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}}
env:
CI: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
working-directory: tests-desktopgl
if: runner.os == 'Windows'

- name: Run Framework Tests
run: dotnet MonoGame.Tests.dll --trace=Debug --timeout=300000 --test MonoGame.Tests.Framework ${{matrix.filter}}
env:
CI: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
working-directory: tests-desktopgl
if: runner.os != 'Windows'

- name: Run Audio Tests
run: dotnet MonoGame.Tests.dll --timeout=300000 --test MonoGame.Tests.Audio
Expand Down

0 comments on commit 2148795

Please sign in to comment.