From b96f5f162d8f5d03b03590ee244243d7c63aa5ec Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Tue, 17 Oct 2023 19:18:46 +0200 Subject: [PATCH] Don't run beta clippy in CI --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9f6c705cb..428c89e63 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,10 +121,6 @@ jobs: name: Clippy runs-on: ubuntu-latest - strategy: - matrix: - rust: ["stable", "beta"] - steps: - name: Checkout code uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 @@ -132,7 +128,6 @@ jobs: - name: Setup toolchain uses: dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 with: - toolchain: ${{ matrix.rust }} components: clippy - name: Clippy tests