We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f1f27 commit 502b284Copy full SHA for 502b284
.github/workflows/ci.yml
@@ -27,6 +27,8 @@ jobs:
27
- run: cargo check --no-default-features
28
- run: cargo check --no-default-features --features "use_alloc"
29
- run: cargo test
30
+ - run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
31
+ - run: cargo clippy --all -- -Dwarnings
32
33
# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
34
end-success:
0 commit comments