Skip to content

Commit

Permalink
Fix running unit tests in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz committed Jun 1, 2024
1 parent 260c7b2 commit d91242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d91242d

Please sign in to comment.