Skip to content

Commit 73b4766

Browse files
perf: shared target dir, --no-deps for docs, parallel test execution
- Use ~/.facet-dev/target as shared target dir across worktrees - Show target dir path and size at start of pre-push - Add --no-deps to cargo doc for faster doc builds - Separate test build from test run - Run tests in background while clippy/docs/etc run - Add dirs crate for home directory detection
1 parent 4cf4569 commit 73b4766

3 files changed

Lines changed: 282 additions & 47 deletions

File tree

Cargo.lock

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ rustdoc-args = ["--html-in-header", "arborium-header.html"]
1616

1717
[dependencies]
1818
cargo_metadata = "0.23.1"
19+
dirs = "6"
1920
fs-err = "3.2.0"
2021
log = { version = "0.4.29", features = ["std"] }
2122
owo-colors = "4.2.3"

0 commit comments

Comments
 (0)