Skip to content

Commit

Permalink
Parallelize test execution (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Petrochuk (from Dev Box) <[email protected]>
  • Loading branch information
petrochuk and anpetroc authored Jan 24, 2024
1 parent 224d3f1 commit e5b8160
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"version": 1,
"dependencies": {
"net7.0": {
"YamlDotNet": {
"type": "Direct",
"requested": "[15.1.0, )",
"resolved": "15.1.0",
"contentHash": "fXrqmKkzBtXeJiHEsZOPEWkonHweiwk/l0Hqhz4yMIZPh57kZy03Xbj2/e8HV1QIkTw7yeBe9bbphuE3YiI4vQ=="
}
}
}
}
4 changes: 4 additions & 0 deletions src/PAModelTests/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

[assembly: Parallelize(Workers = 16, Scope = ExecutionScope.MethodLevel)]

0 comments on commit e5b8160

Please sign in to comment.