Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sparkplug
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
Sparkplug
Merge requests
!1
CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI
ci
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Stephen D
requested to merge
ci
into
master
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
af0423cb
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
af0423cb
Fix CI
· af0423cb
Stephen D
authored
3 years ago
.gitlab-ci.yml
+
2
−
2
Options
@@ -14,13 +14,13 @@ before_script:
-
rustup component add rustfmt
-
rustup component add clippy
-
cargo install sqlx-cli
-
sqlx database create
-
sqlx migrate run
test
:
stage
:
test
script
:
-
cp ci.toml config.toml
-
sqlx database create
-
sqlx migrate run
-
cargo fmt -- --check
-
cargo clippy --all-targets --all-features -- -D warnings
-
cargo test
Loading