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
aa1f0195
Verified
Commit
aa1f0195
authored
Jan 26, 2022
by
Orhun Parmaksız
Browse files
ci: run cargo-audit in the test stage
parent
61ca4450
Pipeline
#15211
passed with stage
in 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aa1f0195
...
...
@@ -2,7 +2,6 @@ image: "rust:latest"
stages
:
-
test
-
audit
variables
:
CARGO_HOME
:
"
${CI_PROJECT_DIR}/.cargo"
...
...
@@ -14,17 +13,13 @@ cache:
test
:
stage
:
test
before_script
:
-
cargo install cargo-audit
artifacts
:
paths
:
-
target/release/gluebuddy
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
Orhun Parmaksız
@orhun
mentioned in commit
fe11f803
·
Jan 25, 2022
mentioned in commit
fe11f803
mentioned in commit fe11f803ab91f845d3c6108b2eef16d489840c6f
Toggle commit list
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