Enable server GC for integration tests.
This commit is contained in:
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@@ -36,4 +36,4 @@ jobs:
|
|||||||
- name: Content.Tests
|
- name: Content.Tests
|
||||||
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
|
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
|
||||||
- name: Content.IntegrationTests
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user