Skip to content

Commit

Permalink
ci: add docs build into the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Feb 3, 2025
1 parent 1afbab1 commit e169d23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: task test
- name: Build docs
run: cargo doc --verbose

0 comments on commit e169d23

Please sign in to comment.