mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 05:07:27 +00:00
Merge pull request #551 from carljm/clippy
Add -D warnings to clippy CI
This commit is contained in:
commit
973527b620
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
|
- name: Format
|
||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
run: cargo clippy --workspace --all-features --all-targets
|
run: cargo clippy --workspace --all-features --all-targets -- -D warnings
|
||||||
- name: Test
|
- name: Test
|
||||||
run: cargo test --workspace --all-features --all-targets
|
run: cargo test --workspace --all-features --all-targets
|
||||||
- name: Test docs
|
- name: Test docs
|
||||||
|
|
Loading…
Reference in a new issue