CI: build docs with deps (#9884)

This commit is contained in:
Denis Pisarev
2021-11-10 11:39:30 +01:00
committed by GitHub
parent 60a50dabed
commit 169f8caf7d
+1 -1
View File
@@ -661,7 +661,7 @@ build-rustdoc:
- ./crate-docs/
script:
# FIXME: it fails with `RUSTDOCFLAGS="-Dwarnings"`
- time cargo +nightly doc --no-deps --workspace --all-features --verbose
- time cargo +nightly doc --workspace --all-features --verbose
- rm -f ./target/doc/.lock
- mv ./target/doc ./crate-docs
# FIXME: remove me after CI image gets nonroot