feat(ci): Add clippy check for both master and non-master

This commit is contained in:
tempdragon 2024-03-16 12:30:52 +08:00
parent 89acb108b4
commit 4e4efb9b9e

View File

@ -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: