Commit d0bb9fe
fix(ci): skip doc tests to avoid linker memory issues
Doc tests were causing linker crashes (Bus error) on CI due to memory
pressure when linking each doc test binary against the large dependency
tree (polars, duckdb, etc.). Skip doc tests in CI since unit tests
provide the real coverage.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8ffdc1a commit d0bb9fe
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments