Skip to content
Snippets Groups Projects
Verified Commit 83f97f7a authored by Louis's avatar Louis :fire:
Browse files

Run Clippy without caching restrictions

parent 88d5df0b
No related branches found
No related tags found
No related merge requests found
Pipeline #629 failed with stage
in 13 seconds
......@@ -19,7 +19,7 @@ lint:
script:
- rustup component add rustfmt clippy
- cargo fmt --all --check
- cargo clippy --frozen --locked -- -D warnings
- cargo clippy -- -D warnings
cache:
<<: *global_cache
policy: pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment