Skip to content

Commit baca3b3

Browse files
committed
fix: ci
1 parent ccd8612 commit baca3b3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust toolchain
2424
uses: dtolnay/rust-toolchain@nightly
2525
with:
26-
components: rustfmt,clippy
26+
components: rustfmt
2727

2828
- name: Cache dependencies
2929
uses: Swatinem/rust-cache@v2
@@ -36,6 +36,3 @@ jobs:
3636

3737
- name: Check formatting
3838
run: cargo fmt --all -- --check
39-
40-
- name: Run clippy
41-
run: cargo clippy -- -D warnings

0 commit comments

Comments
 (0)