Skip to content

Commit

Permalink
don't check missing docs in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zvolin committed Jan 7, 2025
1 parent cdc1d22 commit ffc2f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run clippy
run: cargo clippy --all --all-targets -- -D warnings -D missing-docs
run: cargo clippy --all --all-targets -- -D warnings

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Check missing docs
run: cargo clippy --all -- -D missing-docs
- name: Run rustdoc check
env:
RUSTDOCFLAGS: -D warnings
Expand Down

0 comments on commit ffc2f5a

Please sign in to comment.