Skip to content

Commit

Permalink
Merge pull request #293 from jonhoo/bump-ci
Browse files Browse the repository at this point in the history
Bump CI
  • Loading branch information
jonhoo authored Aug 18, 2024
2 parents 0f57af3 + 95cdec1 commit 8f3e678
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f3e678

Please sign in to comment.