Enable server GC for integration tests.

This commit is contained in:
Pieter-Jan Briers
2021-06-21 02:09:57 +02:00
parent 82a2663d1f
commit 4a46fbe6dd

View File

@@ -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