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

[enh] #49 make ci faster (clippy job)

parent 9cb32276
No related branches found
No related tags found
1 merge request!40WIP: Resolve "make CI faster by using a docker image with pre-compiled clippy"
...@@ -43,12 +43,11 @@ build_and_tests:nightly: ...@@ -43,12 +43,11 @@ build_and_tests:nightly:
clippy: clippy:
stage: clippy stage: clippy
image: rustlang/rust:nightly image: tomastomecek/rust:clippy
tags: tags:
- redshift-rs-nightly - redshift-rs-nightly
before_script: before_script:
- export PATH="$HOME/.cargo/bin:$PATH" - export PATH="$HOME/.cargo/bin:$PATH"
- cargo install --force clippy --verbose
script: script:
- cargo clippy --all -- -D warnings --verbose - cargo clippy --all -- -D warnings --verbose
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment