diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6785955..57f8e8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,11 @@ jobs: - name: Build worker (release) run: cargo build --release --bin mask-worker + - name: cargo doc (deny warnings) + run: cargo doc --no-deps --all-features + env: + RUSTDOCFLAGS: -D warnings + # Resolve the latest published haybarn release once, so the whole matrix tests # the same version (and we never hardcode/pin it). resolve-haybarn: