Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
foss
torznab-rs
Commits
84594910
Commit
84594910
authored
Dec 07, 2021
by
Mike Cronce
Browse files
.gitlab-ci.yml: Don't run doc/clippy on dependencies
parent
c2450528
Pipeline
#856
passed with stages
in 7 minutes and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
84594910
...
...
@@ -16,7 +16,7 @@ Build crate:
-
target
script
:
-
cargo update
-
cargo clippy
-
cargo clippy
--no-deps
-
cargo build
cargo test
:
...
...
@@ -34,7 +34,7 @@ cargo doc:
stage
:
test
image
:
rustlang/rust:nightly
script
:
-
cargo doc
-
cargo doc
--no-deps
Publish crate
:
stage
:
deploy
...
...
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