Skip to content

Commit

Permalink
add rustdoc and clippy to githubs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 committed Jun 3, 2022
1 parent 86f1f27 commit 502b284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -27,6 +27,8 @@ jobs:
- run: cargo check --no-default-features
- run: cargo check --no-default-features --features "use_alloc"
- run: cargo test
- run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
- run: cargo clippy --all -- -Dwarnings

# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
end-success:
Expand Down

0 comments on commit 502b284

Please sign in to comment.