Skip to content

Commit

Permalink
Don't run beta clippy in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Oct 17, 2023
1 parent 6e9e9cc commit b96f5f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,13 @@ jobs:
name: Clippy
runs-on: ubuntu-latest

strategy:
matrix:
rust: ["stable", "beta"]

steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8
with:
toolchain: ${{ matrix.rust }}
components: clippy

- name: Clippy tests
Expand Down

0 comments on commit b96f5f1

Please sign in to comment.