Skip to content

Commit af14fb2

Browse files
committed
Run DocumentationTests on Linux
Used to terminate on Linux but was fixed in swiftlang/swift-corelibs-foundation#1225
1 parent 5da6028 commit af14fb2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tests/LinuxMain.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ extension DiscouragedOptionalCollectionRuleTests {
278278

279279
extension DocumentationTests {
280280
static var allTests: [(String, (DocumentationTests) -> () throws -> Void)] = [
281+
("testRulesDocumentationIsUpdated", testRulesDocumentationIsUpdated)
281282
]
282283
}
283284

Tests/SwiftLintFrameworkTests/DocumentationTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ private let projectRoot = #file.bridge()
88
.deletingLastPathComponent
99

1010
class DocumentationTests: XCTestCase {
11-
// sourcery:skipTestOnLinux
1211
func testRulesDocumentationIsUpdated() throws {
1312
guard SwiftVersion.current >= .fourDotOne else {
1413
return

0 commit comments

Comments
 (0)