Skip to content
Snippets Groups Projects
Commit 3c11d86f authored by Éloïs's avatar Éloïs
Browse files

[ci] use prebuild clippy image

parent 07415c5a
No related branches found
No related tags found
1 merge request!77[ci] use prebuild clippy image
......@@ -75,10 +75,13 @@ fmt:
allow_failure: true
clippy:
<<: *rust_nightly_env
stage: clippy
image: guangie88/rustfmt-clippy:nightly
tags:
- redshift-rs-nightly
before_script:
- cargo install --force clippy --verbose
- export PATH="$HOME/.cargo/bin:$PATH"
- rustc --version && cargo --version
stage: clippy
script:
- cargo clippy --all -- -D warnings --verbose
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment