Skip to content

Commit

Permalink
No need to run clippy on multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 17, 2021
1 parent f744d36 commit 87b84b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,7 @@ jobs:

clippy:
name: Clippy
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 87b84b5

Please sign in to comment.