Skip to content

Commit

Permalink
feat: add lint for rust-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Mar 28, 2023
1 parent 103f460 commit eab4ebe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: cargo check --all-targets
- name: Clippy Rust Code
run: cargo clippy --all-targets -- -D clippy::pedantic
- name: Test Documentation
run: cargo test --doc
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Run Tests
Expand Down

0 comments on commit eab4ebe

Please sign in to comment.