Skip to content

Commit 9a851fd

Browse files
authored
Fix sr.ht clippy job
This commit brings back '--all-targets' parameter for clippy, which was accidentally removed in dae0145.
1 parent dae0145 commit 9a851fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .builds/freebsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tasks:
2424
- clippy: |
2525
cd alacritty
2626
rustup component add clippy
27-
cargo clippy
27+
cargo clippy --all-targets
2828
- oldstable: |
2929
cd alacritty
3030
rustup toolchain install --profile minimal 1.43.1

Diff for: .builds/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tasks:
2727
- clippy: |
2828
cd alacritty
2929
rustup component add clippy
30-
cargo clippy
30+
cargo clippy --all-targets
3131
- oldstable: |
3232
cd alacritty
3333
rustup toolchain install --profile minimal 1.43.1

0 commit comments

Comments
 (0)