Merge remote-tracking branch 'ci/main' into bump-ci
This commit is contained in:
commit
95cdec1b48
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
|
submodules: true
|
||||||
- name: Install nightly
|
- name: Install nightly
|
||||||
uses: dtolnay/rust-toolchain@nightly
|
uses: dtolnay/rust-toolchain@nightly
|
||||||
- name: cargo doc
|
- name: Install cargo-docs-rs
|
||||||
run: cargo doc --no-deps --all-features
|
uses: dtolnay/install@cargo-docs-rs
|
||||||
env:
|
- name: cargo docs-rs
|
||||||
RUSTDOCFLAGS: --cfg docsrs
|
run: cargo docs-rs
|
||||||
hack:
|
hack:
|
||||||
# cargo-hack checks combinations of feature flags to ensure that features are all additive
|
# cargo-hack checks combinations of feature flags to ensure that features are all additive
|
||||||
# which is required for feature unification
|
# which is required for feature unification
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue