Skip to content

Commit 976ba43

Browse files
committed
Add Nimble to the test suite
The overload resolution broke recently on master (SR-12291). Add this to the test suite for future testing.
1 parent 90f7871 commit 976ba43

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

projects.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3591,5 +3591,30 @@
35913591
}
35923592
}
35933593
]
3594+
},
3595+
{
3596+
"repository": "Git",
3597+
"url": "https://github.com/Quick/Nimble",
3598+
"path": "Nimble",
3599+
"branch": "master",
3600+
"maintainer": "[email protected]",
3601+
"compatibility": [
3602+
{
3603+
"version": "5.1",
3604+
"commit": "eea5843b34beb559dd51cf004953f75028e47add"
3605+
}
3606+
],
3607+
"platforms": [
3608+
"Darwin"
3609+
],
3610+
"actions": [
3611+
{
3612+
"action": "BuildSwiftPackage",
3613+
"configuration": "release"
3614+
},
3615+
{
3616+
"action": "TestSwiftPackage"
3617+
}
3618+
]
35943619
}
35953620
]

0 commit comments

Comments
 (0)