diff --git a/.github/workflows/dotnet48.yml b/.github/workflows/dotnet48.yml index 821846e9..f93f831e 100644 --- a/.github/workflows/dotnet48.yml +++ b/.github/workflows/dotnet48.yml @@ -25,7 +25,7 @@ jobs: with: testAssembly: KeyczarTest*.dll searchFolder: .\Keyczar\KeyczarTest\bin\Release\*\ - runInParallel: true + runInParallel: false otherConsoleOptions: /TestCaseFilter:"TestCategory=Create" platform: x64 resultLogsArtifactName: vs-test-result-logs-part1 @@ -34,7 +34,7 @@ jobs: with: testAssembly: KeyczarTest*.dll searchFolder: .\Keyczar\KeyczarTest\bin\Release\*\ - runInParallel: true + runInParallel: false otherConsoleOptions: /TestCaseFilter:"(TestCategory!=Create)&(TestCategory!=Performance)" platform: x64 resultLogsArtifactName: vs-test-result-logs-part2