Skip to content

Commit

Permalink
CI: build docs with deps (paritytech#9884)
Browse files Browse the repository at this point in the history
  • Loading branch information
TriplEight authored and ark0f committed Feb 27, 2023
1 parent 90bffea commit f6fbc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6fbc6c

Please sign in to comment.