ci: update job name, speed up sqlx compile time queries
This commit is contained in:
parent
540e2d8aed
commit
d8fe336b06
2 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ variables:
|
|||
- &rust_image 'rust:latest'
|
||||
|
||||
pipeline:
|
||||
test:
|
||||
ci:
|
||||
image: *rust_image
|
||||
pull: true
|
||||
commands:
|
||||
|
|
|
|||
|
|
@ -13,3 +13,6 @@ serde = "1"
|
|||
serde_json = "1"
|
||||
nanoid = "0.4"
|
||||
nanoid-dictionary = "0.4"
|
||||
|
||||
[profile.dev.package.sqlx-macros]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue