Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit f628c68

Browse files
authored
Disables clippy
1 parent 135d0c6 commit f628c68

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,7 @@ jobs:
1818
target: i686-pc-windows-msvc
1919
components: rustfmt, clippy
2020

21-
- uses: Swatinem/rust-cache@v2
22-
23-
- name: Clippy (all features)
24-
uses: actions-rs/cargo@v1
25-
with:
26-
toolchain: stable
27-
command: clippy
28-
args: --target i686-pc-windows-msvc --all-features --locked -- -D warnings
29-
30-
- name: Rustfmt
31-
uses: actions-rs/cargo@v1
32-
with:
33-
toolchain: stable
34-
command: fmt
35-
args: -- --check
21+
- uses: Swatinem/rust-cache@v
3622

3723
- name: Build (release) (default features)
3824
uses: actions-rs/cargo@v1
@@ -73,13 +59,6 @@ jobs:
7359

7460
- uses: Swatinem/rust-cache@v2
7561

76-
- name: Check (all features)
77-
uses: actions-rs/cargo@v1
78-
with:
79-
toolchain: stable
80-
command: check
81-
args: --target i686-unknown-linux-gnu --all-features
82-
8362
- name: Build (Debug) (all features)
8463
uses: actions-rs/cargo@v1
8564
with:

0 commit comments

Comments
 (0)