feat(ci): Add clippy check for both master and non-master
This commit is contained in:
parent
89acb108b4
commit
4e4efb9b9e
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -98,6 +98,11 @@ jobs:
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- name: clippy
|
||||
run: |
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
cargo clippy --all-targets --features master -- -D warnings
|
||||
|
||||
duplicates:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user