Merge pull request #551 from carljm/clippy

Add -D warnings to clippy CI
This commit is contained in:
Niko Matsakis 2024-08-05 16:33:14 +00:00 committed by GitHub
commit 973527b620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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