Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Orhun Parmaksız
gluebuddy
Commits
47fb4a29
Commit
47fb4a29
authored
Jan 19, 2022
by
Orhun Parmaksız
Committed by
Orhun Parmaksız
Jan 25, 2022
Browse files
ci: run clippy
parent
bffedc07
Pipeline
#15212
failed with stages
in 2 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
47fb4a29
...
...
@@ -2,6 +2,7 @@ image: "rust:latest"
stages
:
-
test
-
lint
variables
:
CARGO_HOME
:
"
${CI_PROJECT_DIR}/.cargo"
...
...
@@ -19,3 +20,10 @@ test:
script
:
-
cargo build --release --locked
-
cargo test --release --locked
lint
:
stage
:
lint
before_script
:
-
rustup component add clippy
script
:
-
cargo clippy --all -- -D warnings
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment