diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 6bb91c211f..599fbc23bd 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -214,7 +214,9 @@ jobs: --no-build -v Normal ` --report-xunit-trx ` --ignore-exit-code 8 ` - --filter-not-trait "Category=IntegrationDisabled" + --filter-not-trait "Category=IntegrationDisabled" ` + --parallel-algorithm aggressive ` + --max-threads 2.0x env: # Cosmos DB Emulator connection settings COSMOSDB_ENDPOINT: https://localhost:8081