We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f29cdd commit a144a31Copy full SHA for a144a31
Tests/LinuxMain.swift
@@ -16,15 +16,12 @@ let tests = [
16
17
testCase(CodeEntityModelTests.allTests),
18
testCase(CodeObjectModelTests.allTests),
19
-
20
- testCase(CodableModelTests.allTests),
21
22
testCase(SQLite3ActiveRecordTests.allTests),
23
testCase(SQLite3AdaptorTests.allTests),
24
testCase(SQLite3ExpressionTests.allTests),
25
testCase(SQLite3ModelTests.allTests),
26
testCase(SQLite3OGoAdaptorTests.allTests),
27
- testCase(SQLite3CodableTests.allTests),
28
]
29
30
XCTMain(tests)
0 commit comments