Skip to content

Commit 4e4efb9

Browse files
committed
feat(ci): Add clippy check for both master and non-master
1 parent 89acb10 commit 4e4efb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ jobs:
9898
- name: Check formatting
9999
run: cargo fmt -- --check
100100

101+
- name: clippy
102+
run: |
103+
cargo clippy --all-targets -- -D warnings
104+
cargo clippy --all-targets --features master -- -D warnings
105+
101106
duplicates:
102107
runs-on: ubuntu-latest
103108
steps:

0 commit comments

Comments
 (0)