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
61ca4450
Verified
Commit
61ca4450
authored
Jan 25, 2022
by
Orhun Parmaksız
Browse files
ci: run cargo-audit
parent
11091ee1
Pipeline
#15175
passed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
61ca4450
...
...
@@ -2,6 +2,7 @@ image: "rust:latest"
stages
:
-
test
-
audit
variables
:
CARGO_HOME
:
"
${CI_PROJECT_DIR}/.cargo"
...
...
@@ -19,3 +20,11 @@ test:
script
:
-
cargo build --release --locked
-
cargo test --release --locked
audit
:
stage
:
audit
before_script
:
-
cargo install cargo-audit
script
:
-
cargo audit
--ignore RUSTSEC-2020-0159
# `chrono` localtime_r segfault
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