Skip to content

Commit

Permalink
disable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 26, 2023
1 parent da6626d commit 7f899d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,25 +49,33 @@ workspace-hack = { path = "../workspace-hack" }
[target.'cfg(enable_task_local_alloc)'.dependencies]
task_stats_alloc = { path = "../utils/task_stats_alloc" }

[lib]
test = false

[[bin]]
name = "frontend"
path = "src/bin/frontend_node.rs"
test = false

[[bin]]
name = "meta-node"
path = "src/bin/meta_node.rs"
test = false

[[bin]]
name = "compute-node"
path = "src/bin/compute_node.rs"
test = false

[[bin]]
name = "compactor"
path = "src/bin/compactor.rs"
test = false

[[bin]]
name = "risectl"
path = "src/bin/ctl.rs"
test = false

[lints]
workspace = true
1 change: 1 addition & 0 deletions src/cmd_all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ task_stats_alloc = { path = "../utils/task_stats_alloc" }
[[bin]]
name = "risingwave"
path = "src/bin/risingwave.rs"
test = false

[lints]
workspace = true
3 changes: 3 additions & 0 deletions src/meta/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ workspace-hack = { path = "../../workspace-hack" }

[dev-dependencies]

[lib]
test = false

[lints]
workspace = true

0 comments on commit 7f899d3

Please sign in to comment.