Fix running unit tests in GitHub Actions
This commit is contained in:
parent
260c7b2d4e
commit
d91242df53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue