We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505b739 commit c5cc24cCopy full SHA for c5cc24c
.github/workflows/ci.yml
@@ -24,9 +24,12 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
- uses: dtolnay/rust-toolchain@stable
27
+ - run: cargo fmt --all -- --check
28
- run: cargo check --no-default-features
29
- run: cargo check --no-default-features --features "use_alloc"
30
- run: cargo test
31
+ - run: RUSTDOCFLAGS="-Dwarnings" cargo doc --all-features
32
+ - run: cargo clippy --all -- -Dwarnings
33
34
# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
35
end-success:
0 commit comments