Add clippy -D warnings to CI

This commit is contained in:
Carl Meyer 2024-08-02 08:56:18 -07:00
parent 994c988739
commit 00adc13e89
No known key found for this signature in database
GPG key ID: 2D1FB7916A52E121

View file

@ -51,7 +51,7 @@ jobs:
- name: Format
run: cargo fmt -- --check
- name: Clippy
run: cargo clippy --workspace --all-features --all-targets
run: cargo clippy --workspace --all-features --all-targets -- -D warnings
- name: Test
run: cargo test --workspace --all-features --all-targets
- name: Test docs