Skip to content

Commit 5e34f29

Browse files
committed
clippy in ci
1 parent acdc038 commit 5e34f29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- name: Set up cargo cache
3131
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
3232
- run: cargo fmt --all -- --check
33-
- run: cargo clippy
34-
- run: cargo test --all-features
33+
- run: cargo clippy --all-targets --all-features -- -D warnings
3534
- run: cargo test
3635
- name: Upload Linux binary
3736
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)