Skip to content

Commit

Permalink
Remove cargo check in clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jan 29, 2024
1 parent 33105fa commit 0992627
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest

env:
CLIPPY_TARGET: x86_64-pc-windows-gnu
TARGET: x86_64-pc-windows-gnu

steps:
- name: Checkout code
Expand All @@ -87,8 +87,5 @@ jobs:
- name: Install Clippy
run: rustup component add clippy

- name: Cargo Check
run: cargo check

- name: Cargo Clippy
run: cargo clippy --all-features --target ${CLIPPY_TARGET} --workspace --locked -- -D warnings
run: cargo clippy --all-features --target ${TARGET} --workspace --locked -- -D warnings

0 comments on commit 0992627

Please sign in to comment.