From 4a46fbe6dde2a34eb7d6ae09de2af6eebe311316 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Mon, 21 Jun 2021 02:09:57 +0200 Subject: [PATCH] Enable server GC for integration tests. --- .github/workflows/build-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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