Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 2ac5580

Browse files
committed
update CI
1 parent b55130f commit 2ac5580

File tree

5 files changed

+236
-210
lines changed

5 files changed

+236
-210
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
with:
2323
toolchain: ${{ steps.component.outputs.toolchain }}
2424
override: true
25+
- name: Run clippy
26+
run: cargo clippy --verbose
2527
- name: Run tests
2628
run: cargo test --verbose

0 commit comments

Comments
 (0)