1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2026-03-28 23:00:07 +01:00

Unit tests can now run in parallel

This commit is contained in:
2025-10-16 14:54:50 +02:00
parent a0e2907fae
commit a314eef3f7
2 changed files with 20 additions and 26 deletions

View File

@@ -13,6 +13,15 @@
},
"testTargets" : [
{
"parallelizable" : true,
"target" : {
"containerPath" : "container:PHP Monitor.xcodeproj",
"identifier" : "C4F7807825D7F84B000DBC97",
"name" : "Unit Tests"
}
},
{
"enabled" : false,
"parallelizable" : false,
"target" : {
"containerPath" : "container:PHP Monitor.xcodeproj",
@@ -26,15 +35,6 @@
"identifier" : "C471E7BB28F9B90F0021E251",
"name" : "UI Tests"
}
},
{
"enabled" : false,
"parallelizable" : false,
"target" : {
"containerPath" : "container:PHP Monitor.xcodeproj",
"identifier" : "C4F7807825D7F84B000DBC97",
"name" : "Unit Tests"
}
}
],
"version" : 1