mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-04 14:04:40 -04:00
refactor: don't build the benchmarks by default either
This commit is contained in:
@@ -11,8 +11,9 @@ members = [
|
||||
"xtask",
|
||||
]
|
||||
exclude = ["testing/data"]
|
||||
# xtask, testing and the bindings should only be built when invoked explicitly.
|
||||
default-members = ["benchmarks", "crates/*"]
|
||||
# xtask, multiverse, benchmarks, testing and the bindings should only be built when invoked
|
||||
# explicitly.
|
||||
default-members = ["crates/*"]
|
||||
resolver = "3"
|
||||
|
||||
[workspace.package]
|
||||
|
||||
Reference in New Issue
Block a user