Fix running unit tests in GitHub Actions

This commit is contained in:
YoshiRulz 2024-06-02 05:43:11 +10:00
parent 260c7b2d4e
commit d91242df53
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -43,5 +43,5 @@ jobs:
dotnet-version: "8"
- name: Test
run: dotnet test BizHawk.sln
run: dotnet test BizHawk.sln -c Release -p:ContinuousIntegrationBuild=true
shell: pwsh