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:
Daniel Rainer
2025-12-23 18:41:08 +01:00
committed by danielrainer
parent dd97842964
commit d4745b633b

View File

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