Add docs and fuzzing to the CI pipeline

This commit is contained in:
Sosthène Guédon
2023-02-06 16:54:51 +01:00
committed by sosthene-nitrokey
parent 500c172202
commit 65b8921a1c
+4
View File
@@ -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