Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Orhun Parmaksız
gluebuddy
Commits
5852c2a1
Verified
Commit
5852c2a1
authored
Jan 19, 2022
by
Orhun Parmaksız
Browse files
ci: run clippy
parent
5cff7d36
Pipeline
#15025
failed with stages
in 2 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5852c2a1
...
...
@@ -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
.
Attach a 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