ci: Pass --all-features to the documentation build

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1257>
This commit is contained in:
Sebastian Dröge 2023-05-04 10:02:57 +03:00
parent 3d82f9cb65
commit 9d61e39ed2

View file

@ -520,7 +520,7 @@ docs:
RUSTDOCFLAGS="$RUST_DOCS_FLAGS"
RUSTFLAGS="--cfg docsrs"
eval $(./gir-rustdoc.py pre-docs)
cargo +nightly doc --workspace --exclude examples --exclude tutorials --color=always --no-deps
cargo +nightly doc --workspace --exclude examples --exclude tutorials --all-features --color=always --no-deps
- mv target/doc docs
artifacts:
paths: