Skip to content

Commit 0c43c57

Browse files
authored
ci(test): skip rendering dependency documentation
1 parent 626e047 commit 0c43c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ unit() (
6363
done
6464
run_if "${LINT:-true}" cargo clippy "$@" -- -D warnings
6565
run_if "${DOC:-false}" env RUSTDOCFLAGS="-D warnings ${RUSTDOCFLAGS:-}" \
66-
cargo doc --document-private-items "$@"
66+
cargo doc --document-private-items --no-deps "$@"
6767
run_if "${BUILD:-true}" cargo build ${build_flags[@]+"${build_flags[@]}"} "$@"
6868
if [[ ${#skip_args[@]} -gt 0 ]]; then
6969
run_if "${TEST:-true}" cargo test ${test_flags[@]+"${test_flags[@]}"} "$@" -- "${skip_args[@]}"

0 commit comments

Comments
 (0)