mirror of
https://github.com/alacritty/alacritty
synced 2024-11-02 11:22:39 +00:00
Fix sr.ht clippy job
This commit brings back '--all-targets' parameter for clippy,
which was accidentally removed in dae0145
.
This commit is contained in:
parent
dae014511d
commit
9a851fdbb1
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ tasks:
|
|||
- clippy: |
|
||||
cd alacritty
|
||||
rustup component add clippy
|
||||
cargo clippy
|
||||
cargo clippy --all-targets
|
||||
- oldstable: |
|
||||
cd alacritty
|
||||
rustup toolchain install --profile minimal 1.43.1
|
||||
|
|
|
@ -27,7 +27,7 @@ tasks:
|
|||
- clippy: |
|
||||
cd alacritty
|
||||
rustup component add clippy
|
||||
cargo clippy
|
||||
cargo clippy --all-targets
|
||||
- oldstable: |
|
||||
cd alacritty
|
||||
rustup toolchain install --profile minimal 1.43.1
|
||||
|
|
Loading…
Reference in a new issue