faster clippy ci

This commit is contained in:
Rob Ede 2022-01-03 18:07:49 +00:00
parent 1dc5997635
commit 215ebeac0f
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ jobs:
toolchain: stable
components: clippy
override: true
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with: { command: generate-lockfile }
- name: Cache Dependencies
uses: Swatinem/rust-cache@v1.2.0
- name: Check with Clippy
uses: actions-rs/clippy-check@v1
with: