Skip to content

Commit

Permalink
Disables clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkar598 authored Jul 16, 2023
1 parent 135d0c6 commit f628c68
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,7 @@ jobs:
target: i686-pc-windows-msvc
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v2

- name: Clippy (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: clippy
args: --target i686-pc-windows-msvc --all-features --locked -- -D warnings

- name: Rustfmt
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: fmt
args: -- --check
- uses: Swatinem/rust-cache@v

- name: Build (release) (default features)
uses: actions-rs/cargo@v1
Expand Down Expand Up @@ -73,13 +59,6 @@ jobs:

- uses: Swatinem/rust-cache@v2

- name: Check (all features)
uses: actions-rs/cargo@v1
with:
toolchain: stable
command: check
args: --target i686-unknown-linux-gnu --all-features

- name: Build (Debug) (all features)
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit f628c68

Please sign in to comment.