Skip to content

Commit 50b6ee8

Browse files
committed
Downgrade CI of clippy.
1 parent 69870f5 commit 50b6ee8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ jobs:
8585
command: build
8686
args: --release
8787

88-
- name: Cargo clippy
89-
uses: actions-rs/cargo@v1
90-
with:
91-
toolchain: stable
92-
command: clippy
93-
args: --release
88+
# - name: Cargo clippy
89+
# uses: actions-rs/cargo@v1
90+
# with:
91+
# toolchain: stable
92+
# command: clippy
93+
# args: --release
9494

9595
- name: Cargo test
9696
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)