From 894ce1fa1fddb9a097140a1ddc6eba79667d139a Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Wed, 25 May 2022 22:47:31 +0300 Subject: [PATCH] Instrument `clippy` job with `rusty-cachier` --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c2388c5e..83f5c6bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,7 +92,9 @@ clippy: stage: check <<: *docker-env script: + - rusty-cachier snapshot create - cargo clippy --verbose --all-targets --all-features -- -D warnings; + - rusty-cachier cache upload #### stage: test (all features) -- GitLab