Skip to content

Commit

Permalink
Check docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olahfemi committed Dec 18, 2024
1 parent 54fd356 commit 5ab4552
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,17 @@ jobs:
- name: Update Rust toolchain
run: rustup update stable --no-self-update
- name: Run test
run: cargo test
run: cargo test --all-features --workspace

doc:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Update Rust toolchain
run: rustup update stable --no-self-update
- name: Check docs
run: cargo doc
env:
RUSTDOCFLAGS: -D warnings

0 comments on commit 5ab4552

Please sign in to comment.