Skip to content

Commit 8c4ac5d

Browse files
committed
Add checking lint
1 parent 85d980c commit 8c4ac5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
components: clippy, rustfmt
3636
- name: Build
3737
run: cargo check
38+
- name: Lint
39+
run: cargo clippy --all-targets --all-features -- -D warnings
3840
- name: Test
3941
run: |
4042
# rust coverage issue

0 commit comments

Comments
 (0)