Skip to content

Commit

Permalink
no parallel test running
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 20, 2024
1 parent f34b58c commit 9cc6d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9cc6d1f

Please sign in to comment.