Skip to content

Commit

Permalink
Try using dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 22, 2024
1 parent f5cd009 commit 6caca89
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 @@ -221,7 +221,7 @@ jobs:
CI: true

- name: Run DirectX Tests
run: dotnet MonoGame.Tests.dll
run: dotnet test MonoGame.Tests.dll
env:
CI: true
working-directory: tests-windowsdx
Expand Down

0 comments on commit 6caca89

Please sign in to comment.