Skip to content

Commit 220416c

Browse files
Add clippy check in CI
1 parent 46a1b61 commit 220416c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ jobs:
7070
- name: Build
7171
run: |
7272
cargo build
73+
cargo build --features master
7374
cargo build --examples
7475
75-
#- name: clippy
76-
#run: cargo clippy --all-targets -- -D warnings
76+
- name: clippy
77+
run: |
78+
cargo clippy --all-targets -- -D warnings
79+
cargo clippy --all-targets --features master -- -D warnings

0 commit comments

Comments
 (0)