Skip to content

Commit

Permalink
CI: Build-test documentation (#16)
Browse files Browse the repository at this point in the history
This makes sure we have no stale intradoc links or broken formatting,
before eventually releasing the crate and having info up at docs.rs.
  • Loading branch information
MarijnS95 authored Jul 12, 2024
1 parent cd65a15 commit 085b83e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
run: cargo clippy --workspace --all-targets -- -D warnings
- name: Cargo test
run: cargo test --workspace
- name: Cargo doc
run: cargo doc --workspace --all-features --no-deps --document-private-items

generate-rust:
name: Generate Rust crate
Expand Down

0 comments on commit 085b83e

Please sign in to comment.