documentation check with cargo-docs-rs (#23)
This commit is contained in:
parent
799c99e0cf
commit
5ed5ed26c7
1 changed files with 4 additions and 4 deletions
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
|
|
@ -84,10 +84,10 @@ jobs:
|
|||
submodules: true
|
||||
- name: Install nightly
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
- name: cargo doc
|
||||
run: cargo doc --no-deps --all-features
|
||||
env:
|
||||
RUSTDOCFLAGS: --cfg docsrs
|
||||
- name: Install cargo-docs-rs
|
||||
uses: dtolnay/install@cargo-docs-rs
|
||||
- name: cargo docs-rs
|
||||
run: cargo docs-rs
|
||||
hack:
|
||||
# cargo-hack checks combinations of feature flags to ensure that features are all additive
|
||||
# which is required for feature unification
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue