Skip to content

Commit 84143f2

Browse files
GuillaumeGomezbilelmoussaoui
authored andcommitted
Only run clippy on stable
1 parent d5dbc8e commit 84143f2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,7 @@ jobs:
6969
# not nightly
7070
# clippy
7171
- run: rustup component add clippy
72-
if: matrix.rust == 'beta' || matrix.rust == 'stable'
73-
- working-directory: ${{ matrix.conf.name }}
74-
name: clippy ${{ matrix.conf.name }}
75-
run: cargo clippy --all-targets
76-
if: matrix.rust == 'beta'
72+
if: matrix.rust == 'stable'
7773
- working-directory: ${{ matrix.conf.name }}
7874
name: clippy ${{ matrix.conf.name }}
7975
run: cargo clippy --all-targets -- -D warnings

0 commit comments

Comments
 (0)