Skip to content

Commit

Permalink
Only run clippy with MSRV toolchain
Browse files Browse the repository at this point in the history
The comment says it all.

Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Feb 1, 2024
1 parent b41ad8c commit 41defb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,12 @@ jobs:
strategy:
matrix:
rust:
# We run clippy only with our MSRV
# Running newer clippy (or even from the current stable channel) would
# randomly "break" our CI when the toolchain gets published in a new
# version. So there's no point in running it with two or more
# versions, MSRV should be fine.
- 1.70.0
- 1.73.0
steps:
- name: Checkout sources
uses: actions/[email protected]
Expand Down

0 comments on commit 41defb0

Please sign in to comment.