diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8ea89cbd08..2c61baecba 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -36,4 +36,4 @@ jobs: - name: Content.Tests run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n - name: Content.IntegrationTests - run: dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n + run: COMPlus_gcServer=1 dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n