mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 05:47:39 +03:00
Fix catching clippy warnings as CI failures
This commit is contained in:
parent
dc3c5c6a87
commit
c09ddc2241
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -39,4 +39,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@clippy
|
- uses: dtolnay/rust-toolchain@clippy
|
||||||
- run: cargo clippy --tests -- -Dclippy::pedantic
|
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue