From 65b8921a1c63c5aff0928618f571c4e3bdb6b9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Mon, 6 Feb 2023 16:31:21 +0100 Subject: [PATCH] Add docs and fuzzing to the CI pipeline --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef37ec4..dd4e3cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,3 +34,7 @@ jobs: run: | cargo fmt --check cargo clippy --all-features --all-targets -- -Dwarnings + RUSTDOCFLAGS='-Dwarnings' cargo doc --all-features + cd fuzz + cargo fmt --check + cargo clippy --all-features --all-targets -- -Dwarnings