Skip to content

Commit

Permalink
build(ci): remove redundant runs of clippy on multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Dec 27, 2023
1 parent ebe84a4 commit 3f30673
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ jobs:

clippy:
name: Clippy
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust:
- stable
- beta
Expand All @@ -99,7 +98,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-targets --all-features -- -D warnings

cargo-deny:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f30673

Please sign in to comment.