gitlab-ci: Do not cache rustfmt and clippy stuff.
This commit is contained in:
parent
f9d17afad3
commit
37dbfff766
@ -51,10 +51,6 @@ rustfmt:
|
|||||||
- rustc --version && cargo --version
|
- rustc --version && cargo --version
|
||||||
- cargo install rustfmt-nightly --force
|
- cargo install rustfmt-nightly --force
|
||||||
- cargo fmt --all -- --write-mode=diff
|
- cargo fmt --all -- --write-mode=diff
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
- cargo/
|
|
||||||
|
|
||||||
# Configure and run clippy on nightly
|
# Configure and run clippy on nightly
|
||||||
# Only fails on errors atm.
|
# Only fails on errors atm.
|
||||||
@ -65,7 +61,3 @@ clippy:
|
|||||||
- rustc --version && cargo --version
|
- rustc --version && cargo --version
|
||||||
- cargo install clippy --force
|
- cargo install clippy --force
|
||||||
- cargo clippy --all
|
- cargo clippy --all
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- target/
|
|
||||||
- cargo/
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user