Skip to content

Commit 331cd38

Browse files
caspervonbByron
authored andcommitted
Include tests when running clippy
1 parent f7966f4 commit 331cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
toolchain: stable
6868
override: true
6969
- name: Run cargo clippy
70-
run: cargo clippy --all
70+
run: cargo clippy --all --tests
7171
- name: Run cargo fmt
7272
run: cargo fmt --all -- --check
7373
- name: Run cargo diet

0 commit comments

Comments
 (0)