Validate docs on CI
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
ea0349aea7
commit
2e7470bc95
|
|
@ -25,6 +25,9 @@ jobs:
|
||||||
- run: cargo fmt --all -- --check --files-with-diff
|
- run: cargo fmt --all -- --check --files-with-diff
|
||||||
- run: cargo clippy --all-targets -- -D warnings
|
- run: cargo clippy --all-targets -- -D warnings
|
||||||
- run: cargo clippy --all-targets --all-features -- -D warnings
|
- run: cargo clippy --all-targets --all-features -- -D warnings
|
||||||
|
- run: cargo doc --no-deps
|
||||||
|
env:
|
||||||
|
RUSTDOCFLAGS: -Dwarnings
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
name: Tests
|
name: Tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue