mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
check.sh: don't build docs of dependencies
We only run `cargo doc` here to check for issues with fish's documentation, so there is no need to build docs of dependencies. Closes #12201
This commit is contained in:
committed by
danielrainer
parent
dd97842964
commit
d4745b633b
@@ -81,7 +81,7 @@ fi
|
||||
cargo test --no-default-features --workspace --all-targets
|
||||
cargo test --doc --workspace
|
||||
if $lint; then
|
||||
cargo doc --workspace
|
||||
cargo doc --workspace --no-deps
|
||||
fi
|
||||
FISH_GETTEXT_EXTRACTION_DIR=$template_dir "$workspace_root/tests/test_driver.py" "$build_dir"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user