Commit b40c85f
committed
fix(ci): only run StructuredQueriesPostgresTests (no parallel, no SQL validation)
TableMacroTests.tableNameNil() hangs indefinitely on Linux CI (MacroTesting framework issue).
SQL validation trait has been disabled (no PostgresNIO dependency), so no validation spam.
Changes:
- Run only: swift test --filter StructuredQueriesPostgresTests
- Remove --parallel (not needed, tests have .serialized where required)
- Timeout: 15m (sufficient without macro tests and PostgresNIO build)
- Macro tests run fine locally: swift test --filter StructuredQueriesPostgresMacrosTests
This gives us fast, reliable CI for the main codebase.1 parent 58afc2b commit b40c85f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments