From 0056f38b76d63a71fc773f51e2679751ebd96efd Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Thu, 17 Oct 2024 10:57:54 +0300 Subject: [PATCH] Enable warnings for rust doc in CI. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc5ebda..060bb73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: env: RUSTFLAGS: -Dwarnings + RUSTDOCFLAGS: -Dwarnings jobs: rust_check: