From 2e7470bc95ece6ab2e6a9ab326960ecfdad3f11d Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 22 Sep 2022 18:44:51 -0700 Subject: [PATCH] Validate docs on CI Signed-off-by: Maksym Pavlenko --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 117e412..ba97bf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: - run: cargo fmt --all -- --check --files-with-diff - run: cargo clippy --all-targets -- -D warnings - run: cargo clippy --all-targets --all-features -- -D warnings + - run: cargo doc --no-deps + env: + RUSTDOCFLAGS: -Dwarnings tests: name: Tests