Skip to content

Commit 2d3d0fa

Browse files
committed
Add clippy again.
1 parent 687ad54 commit 2d3d0fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Check formatting
2222
run: cargo fmt --check
2323

24+
- name: Check lint warnings
25+
run: cargo clippy --all-features
26+
2427
- name: Check types are up-to-date
2528
run: |
2629
cargo build

0 commit comments

Comments
 (0)