diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 005c56c34e4..06d0d9e932a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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