summaryrefslogtreecommitdiff
path: root/.builds/freebsd.yml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-11-10 18:47:49 +0300
committerGitHub <noreply@github.com>2020-11-10 15:47:49 +0000
commit9a851fdbb18e962801cd57eeec35d623f8ced55f (patch)
treef7f09dc74379d0557f819874ed9e08d6b5a5b083 /.builds/freebsd.yml
parentdae014511dd18f141407b341e35058627471a9f6 (diff)
downloadalacritty-9a851fdbb18e962801cd57eeec35d623f8ced55f.tar.gz
alacritty-9a851fdbb18e962801cd57eeec35d623f8ced55f.zip
Fix sr.ht clippy job
This commit brings back '--all-targets' parameter for clippy, which was accidentally removed in dae0145.
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 7e02e9cd..ec2e1616 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -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