Skip to content

Commit

Permalink
Add CI job to ensure documentation can be built
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Jul 27, 2021
1 parent e2978b6 commit d8f70a3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ jobs:
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy

docs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- run: cargo doc --features raw_value,unbounded_depth
env:
RUSTDOCFLAGS: --cfg docsrs

fuzz:
name: Fuzz
runs-on: ubuntu-latest
Expand Down

0 comments on commit d8f70a3

Please sign in to comment.