We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdc038 commit 5e34f29Copy full SHA for 5e34f29
.github/workflows/ci.yml
@@ -30,8 +30,7 @@ jobs:
30
- name: Set up cargo cache
31
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
32
- run: cargo fmt --all -- --check
33
- - run: cargo clippy
34
- - run: cargo test --all-features
+ - run: cargo clippy --all-targets --all-features -- -D warnings
35
- run: cargo test
36
- name: Upload Linux binary
37
uses: actions/upload-artifact@v4
0 commit comments