mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
Add clippy -D warnings to CI
This commit is contained in:
parent
994c988739
commit
00adc13e89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue