mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Improved lint cache
This commit is contained in:
parent
aeb2ce070f
commit
06d6913b3e
@ -20,6 +20,9 @@ jobs:
|
||||
command: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
- run:
|
||||
name: Execute lints
|
||||
command: make lint
|
||||
- save_cache:
|
||||
paths:
|
||||
- /usr/local/cargo/registry
|
||||
@ -27,9 +30,6 @@ jobs:
|
||||
- target/debug/build
|
||||
- target/debug/deps
|
||||
key: lint-{{ arch }}-{{ checksum "Cargo.lock" }}
|
||||
- run:
|
||||
name: Execute lints
|
||||
command: make lint
|
||||
|
||||
test:
|
||||
docker:
|
||||
|
Loading…
Reference in New Issue
Block a user