Skip to content

Commit d0bb9fe

Browse files
cpsievertclaude
andcommitted
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

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Run Rust tests
4949
if: success()
50-
run: cargo test
50+
run: cargo test --lib --bins
5151

5252
- name: Run Rust formatting check
5353
if: success()

0 commit comments

Comments
 (0)