Skip to content

Commit 58933d1

Browse files
GuillaumeGomezbilelmoussaoui
authored andcommitted
Only run clippy on stable
1 parent a045ae9 commit 58933d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363
run: cargo build --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}"
6464

6565
- run: rustup component add clippy
66-
if: matrix.rust == 'beta' || matrix.rust == 'stable'
67-
- run: cargo clippy --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}" --all-targets
68-
if: matrix.rust == 'beta'
66+
if: matrix.rust == 'stable'
6967
- run: cargo clippy --manifest-path ${{ matrix.conf.name }}/Cargo.toml --features "${{ matrix.conf.features }}" --all-targets -- -D warnings
7068
if: matrix.rust == 'stable'
7169

0 commit comments

Comments
 (0)