refactor: don't build the benchmarks by default either

This commit is contained in:
Benjamin Bouvier
2026-02-12 10:47:36 +01:00
parent ea40bf35b8
commit 66ea5d990d

View File

@@ -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]