Skip to content
Snippets Groups Projects
Verified Commit 54e0b83a authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

chore(CI): Run clippy on tests

parent d9643ede
No related branches found
No related tags found
No related merge requests found
Pipeline #310 passed
...@@ -79,7 +79,7 @@ rust-nightly-clippy: ...@@ -79,7 +79,7 @@ rust-nightly-clippy:
- target/ - target/
<<: *rust_template <<: *rust_template
script: script:
- cargo clippy --all --verbose -- -D warnings - cargo clippy --all --tests --verbose -- -D warnings
upload: upload:
stage: release stage: release
......
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