Skip to content

Commit 67ace5b

Browse files
committed
disable clippy on ci
1 parent 075b5b5 commit 67ace5b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
component:
34-
- clippy
3534
- rustfmt
3635
steps:
3736
- uses: actions/checkout@master
@@ -41,9 +40,6 @@ jobs:
4140
- name: Install component
4241
shell: bash
4342
run: rustup component add ${{ matrix.component }}
44-
- name: cargo clippy
45-
if: matrix.component == 'clippy'
46-
run: cargo clippy --all-features
4743
- name: cargo fmt
4844
if: matrix.component == 'rustfmt'
4945
run: cargo fmt -- --check

0 commit comments

Comments
 (0)