Skip to content

Commit

Permalink
ci: add windows and macos to clippy job
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jan 16, 2024
1 parent 6813a5a commit a449e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,10 @@ jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
steps:
Expand All @@ -156,4 +157,3 @@ jobs:
with:
command: clippy
args: --all-targets -- --deny warnings

0 comments on commit a449e25

Please sign in to comment.