Skip to content

Commit 947104c

Browse files
Copilotfrostyplanet
authored andcommitted
github: Add cargo clippy to fast-validation workflow (#62)
1 parent e97ad8f commit 947104c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/fast.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Build with default
1919
run: cargo build --verbose
2020

21+
- name: Clippy with default
22+
run: cargo clippy -- -D warnings
23+
2124
- name: Build with tokio
2225
run: cargo build -F tokio --verbose
2326

0 commit comments

Comments
 (0)