Skip to content

Commit

Permalink
ci: run clippy workflow on Windows and MacOS in addition to Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Dec 1, 2023
1 parent f935e1a commit eff5317
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,11 @@ jobs:
books/rustc-dev-guide/book/pdf/book.pdf
clippy:
runs-on: ubuntu-latest

name: Clippy (${{matrix.os}})
runs-on: ${{matrix.os}}-latest
strategy:
matrix:
os: ["ubuntu", "windows", "macos"]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit eff5317

Please sign in to comment.