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'
|
- &rust_image 'rust:latest'
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
ci:
|
||||||
image: *rust_image
|
image: *rust_image
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
|
|
@ -13,3 +13,6 @@ serde = "1"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
nanoid = "0.4"
|
nanoid = "0.4"
|
||||||
nanoid-dictionary = "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