Skip to content

Commit

Permalink
Fix cargo doc check
Browse files Browse the repository at this point in the history
  • Loading branch information
prokopyl committed Mar 29, 2024
1 parent e3f8826 commit d666d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run tests
run: cargo test --workspace --all-targets --all-features --verbose
- name: Check docs
run: cargo doc --all-targets --all-features --no-deps
run: cargo doc --examples --all-features --no-deps

clippy:
name: Clippy
Expand Down

0 comments on commit d666d00

Please sign in to comment.