Skip to content

Commit 0329033

Browse files
committed
Update rust.yml
1 parent 33f8d19 commit 0329033

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/rust.yml

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

21+
- name: Clippy
22+
run: cargo clippy
23+
2124
- name: Run tests
2225
run: cargo test --verbose
2326

@@ -38,6 +41,9 @@ jobs:
3841
- name: Build
3942
run: cargo build --verbose
4043

44+
- name: Clippy
45+
run: cargo clippy
46+
4147
- name: Run tests
4248
run: cargo test --verbose
4349

@@ -49,6 +55,9 @@ jobs:
4955
- name: Build
5056
run: cargo build --verbose
5157

58+
- name: Clippy
59+
run: cargo clippy
60+
5261
- name: Run tests
5362
run: cargo test --verbose
5463

0 commit comments

Comments
 (0)