CI: Check that rustdocs can be generated (#972)

This commit is contained in:
Bastian Köcher
2022-02-09 13:24:42 +01:00
committed by GitHub
parent e6e5d1bb0a
commit 98f0e87daf
7 changed files with 18 additions and 8 deletions
+11
View File
@@ -131,6 +131,17 @@ cargo-check-benches:
- time cargo check --all --benches
- sccache -s
check-rustdoc:
stage: test
<<: *docker-env
variables:
<<: *default-vars
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --all-features --verbose --no-deps
- sccache -s
#### stage: publish
publish-s3: