diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d4bf6ee..6735a32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,8 +37,6 @@ jobs: -p:CollectCoverage=true -p:CoverletOutput=TestResults/ -p:CoverletOutputFormat=opencover - -p:BuildInParallel=false - -m:1 --configuration Release --no-build env: diff --git a/tests/VMelnalksnis.NordigenDotNet.Tests.Integration/ServiceProviderFixture.cs b/tests/VMelnalksnis.NordigenDotNet.Tests.Integration/ServiceProviderFixture.cs index fa95ad7..f133a5e 100644 --- a/tests/VMelnalksnis.NordigenDotNet.Tests.Integration/ServiceProviderFixture.cs +++ b/tests/VMelnalksnis.NordigenDotNet.Tests.Integration/ServiceProviderFixture.cs @@ -16,6 +16,8 @@ using VMelnalksnis.NordigenDotNet.DependencyInjection; using Xunit.Abstractions; +[assembly: CollectionBehavior(CollectionBehavior.CollectionPerAssembly)] + namespace VMelnalksnis.NordigenDotNet.Tests.Integration; [UsedImplicitly(ImplicitUseKindFlags.InstantiatedNoFixedConstructorSignature)]