Skip to content

Commit d09c417

Browse files
committed
fixup
1 parent ab2f635 commit d09c417

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
@@ -20,7 +20,6 @@ jobs:
2020
- name: Install Rust ${{ env.RUST_STABLE_VER }}
2121
run: |
2222
rustup toolchain install ${{ env.RUST_STABLE_VER }}
23-
rustup component add clippy
2423
2524
- name: Run cargo fmt
2625
run: cargo fmt --all --check
@@ -29,7 +28,7 @@ jobs:
2928
uses: Swatinem/rust-cache@v2
3029

3130
- name: Run cargo clippy
32-
run: cargo clippy --locked -D warnings
31+
run: cargo clippy --locked -- -D warnings
3332

3433
- name: Run cargo test
3534
run: cargo test

0 commit comments

Comments
 (0)