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 ab2f635 commit d09c417Copy full SHA for d09c417
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
- name: Install Rust ${{ env.RUST_STABLE_VER }}
21
run: |
22
rustup toolchain install ${{ env.RUST_STABLE_VER }}
23
- rustup component add clippy
24
25
- name: Run cargo fmt
26
run: cargo fmt --all --check
@@ -29,7 +28,7 @@ jobs:
29
28
uses: Swatinem/rust-cache@v2
30
31
- name: Run cargo clippy
32
- run: cargo clippy --locked -D warnings
+ run: cargo clippy --locked -- -D warnings
33
34
- name: Run cargo test
35
run: cargo test
0 commit comments