From 9d61e39ed27098b5f23a12792a67f6b9ad6f4d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 May 2023 10:02:57 +0300 Subject: [PATCH] ci: Pass --all-features to the documentation build Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc7663437..ed068714b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: