Skip to content

Commit a144a31

Browse files
committed
Drop the Codable tests from the Linux builds
... gone.
1 parent 3f29cdd commit a144a31

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/LinuxMain.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ let tests = [
1616

1717
testCase(CodeEntityModelTests.allTests),
1818
testCase(CodeObjectModelTests.allTests),
19-
20-
testCase(CodableModelTests.allTests),
2119

2220
testCase(SQLite3ActiveRecordTests.allTests),
2321
testCase(SQLite3AdaptorTests.allTests),
2422
testCase(SQLite3ExpressionTests.allTests),
2523
testCase(SQLite3ModelTests.allTests),
2624
testCase(SQLite3OGoAdaptorTests.allTests),
27-
testCase(SQLite3CodableTests.allTests),
2825
]
2926

3027
XCTMain(tests)

0 commit comments

Comments
 (0)