We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24a8d0 commit a919b49Copy full SHA for a919b49
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
env:
8
CARGO_TERM_COLOR: always
9
RUSTFLAGS: "-Dwarnings"
10
+ RUSTDOCFLAGS: "-Dwarnings"
11
12
jobs:
13
build_and_test:
@@ -24,4 +25,5 @@ jobs:
24
25
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
26
- run: cargo build --verbose
27
- run: cargo test --verbose
28
+ - run: cargo doc
29
- run: rustup component add clippy && cargo clippy --all-targets
0 commit comments