Commit 10b8173
authored
Skip building binaries in when there are no tests (#8820)
## Rationale for this change
We have many binaries in the main workspace, many of them don't contain
any tests (in the final `main.rs` or equivalent file).
## What changes are included in this PR?
Sets `test = false` for most binaries in the workspace, which means that
running `cargo test` or `cargo nextest` won't build the final binary.
I've also restructured `random-access` a bit (with claude's help) so it
actually has a dedicated `lib.rs`.
## What APIs are changed? Are there any user-facing changes?
None
Signed-off-by: Adam Gutglick <adam@spiraldb.com>1 parent 94c4e96 commit 10b8173
13 files changed
Lines changed: 565 additions & 491 deletions
File tree
- benchmarks
- compress-bench
- datafusion-bench
- duckdb-bench
- lance-bench
- random-access-bench
- src
- vortex-bench
- vortex-cuda/gpu-scan-cli
- vortex-test
- compat-gen
- e2e-cuda
- vortex-tui
- xtask
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
0 commit comments