Skip to content

Commit

Permalink
Add documentation build in CI
Browse files Browse the repository at this point in the history
Build inner code document only for rusty_vault crate and rvault binary,
so option --no-deps is passed to cargo doc command.
  • Loading branch information
InfoHunter committed Apr 24, 2024
1 parent 0dbd171 commit 31fd94e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build crate doc
run: cargo doc --no-deps


windows-test:
Expand Down Expand Up @@ -76,3 +78,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build crate doc
run: cargo doc --no-deps

0 comments on commit 31fd94e

Please sign in to comment.