Skip to content

Commit 82893bf

Browse files
committed
[Infra] fix azure tests.
1 parent bfcf99c commit 82893bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Build/Nuke/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ from platform in project.GetPlatforms()
123123
}
124124
}
125125

126-
[Partition(4)] readonly Partition TestPartition;
126+
[Partition(3)] readonly Partition TestPartition;
127127

128128
Target Test => _ => _
129129
.DependsOn(Compile)

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ stages:
4343
displayName: '🚦 Test 🧩'
4444
dependsOn: [ Compile ]
4545
strategy:
46-
parallel: 4
46+
parallel: 3
4747
steps:
4848
- task: CmdLine@2
4949
inputs:

0 commit comments

Comments
 (0)