summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-06-05 13:33:13 -0700
committerSteven Fackler <sfackler@gmail.com>2020-06-05 13:33:13 -0700
commit24af7de14c5e1767a64157ed16398e3ae2acb3e1 (patch)
treee19a24c8a6964cac08114e6c5df2e6c76610ab5c /.github/workflows
parent639c8af5c1fada79976f4166ac56f6cd1f87e9b8 (diff)
downloadrust-openssl-24af7de14c5e1767a64157ed16398e3ae2acb3e1.zip
fix clippy
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 28b62e97..49c1acfd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
with:
path: target
key: clippy-target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
- - name: Run clippy clippy
+ - name: Run clippy
run: cargo clippy --all --all-targets
min-version: