Skip to content

Commit

Permalink
add docs step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 20, 2023
1 parent 13e4fe7 commit 6f5ae1f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
- uses: dtolnay/rust-toolchain@nightly
- run: cargo bench --all-features --no-run

docs:
name: docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: RUSTDOCFLAGS="--cfg docsrs" cargo doc --all-features

format:
name: format
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f5ae1f

Please sign in to comment.