Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marcin Puc
gluebuddy
Commits
caa97838
Verified
Commit
caa97838
authored
Jan 26, 2022
by
Levente Polyak
🚀
Browse files
ci: run cargo check
parent
23321fe8
Pipeline
#15252
passed with stages
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
caa97838
...
...
@@ -29,6 +29,13 @@ test:
script
:
-
cargo test --release --locked
check
:
stage
:
test
needs
:
-
build
script
:
-
cargo check --all --verbose --release
format
:
stage
:
test
needs
:
[]
...
...
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