Skip to content

Commit 2acff80

Browse files
committed
Add caching for clippy step
1 parent 649a2cc commit 2acff80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
profile: minimal
7777
toolchain: stable
7878
override: true
79+
- uses: Swatinem/rust-cache@v1
7980
- run: rustup component add clippy
8081
- name: clippy (all targets)
8182
run: cargo clippy --all-targets --all-features -- -D warnings

0 commit comments

Comments
 (0)